Native Access verziótörténet – 1 verzió
Native Access szerző: Mandy Strebel
Native Access verziótörténet – 1 verzió
Legyen óvatos a régi verziókkal! Ezek a verziók csak tesztelési és hivatkozási célokra jelennek meg.Mindig használja a kiegészítő legfrissebb verzióját.
Legfrissebb verzió
Verzió: 1.0.0
Kiadva: 2026. máj. 27. – 14,17 kBEzekkel működik: firefox 142.0 vagy újabbNative Access lets you define custom navigation redirect rules.
Rules are applied to main_frame requests before they leave the browser.
How to Use- Install the extension
- Open the extension options (right-click the extension icon → Options, or go to extension settings)
- Paste your JSON rules in the editor:
[
{ "source": "https://old-site.com/page", "target": "https://new-site.com/page" },
{ "source": "https://old-site.com/another", "target": "https://new-site.com/home" }
]- Click Save. Rules apply immediately — no restart needed.
Rule Formatsource— the exact URL to match (must start withhttps://)target— the URL to redirect to (must start withhttps://)- Only
main_framenavigation is intercepted - Unlimited number of rules supported
Features- No UI popups — configure once, works silently
- No data collection, no telemetry, no external servers
- Rules stored locally in browser storage
A forráskód Mozilla Public License 2.0 licenc alatt közzétéve