ReRoute
Automatically redirect web requests matching custom rules.
Co to jest ReRoute?
ReRoute to rozszerzenie Chrome opracowane przez graspaevinci, a jego główną funkcją jest „Automatically redirect web requests matching custom rules.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ReRoute
Pobierz pliki rozszerzeń ReRoute w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Redirect any web request to an address of your choice. Top Features: - Replace part of any URL, optionally using regular expressions - Redirect loop protection (each request is only redirected once) - Quick enabling/disabling of each rule - Define custom aliases for your redirects
Podstawowe informacje o rozszerzeniu
Nazwa | ReRoute |
ID | kmegpialdlakejlimkocdcecpjikfhen |
Oficjalny URL | https://chromewebstore.google.com/detail/reroute/kmegpialdlakejlimkocdcecpjikfhen |
Opis | Automatically redirect web requests matching custom rules. |
Rozmiar pliku | 31.36 KB |
Liczba instalacji | 657 |
Aktualna Wersja | 0.8.4 |
Ostatnia Aktualizacja | 2017-11-20 |
Data Publikacji | 2017-11-20 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | graspaevinci |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReRoute", "description": "Automatically redirect web requests matching custom rules.", "version": "0.8.4", "background": { "scripts": [ "background.min.js" ] }, "browser_action": { "default_icon": "reroute2.png", "default_popup": "popup.html", "default_title": "ReRoute" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "icons": { "128": "reroute128.png" }, "minimum_chrome_version": "55" } |