URL Redirector
Redirect url by pattern to any place you want.
Co to jest URL Redirector?
URL Redirector to rozszerzenie Chrome opracowane przez Bluz, a jego główną funkcją jest „Redirect url by pattern to any place you want.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia URL Redirector
Pobierz pliki rozszerzeń URL Redirector 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
This extension help you to: - Redirect from an URL to another URL. - Redirect from an URL to a file on your local machine. - Set password to protect your setting from other change. - Play some trick ( just do it :)
Podstawowe informacje o rozszerzeniu
Nazwa | URL Redirector |
ID | kpdinddojclpdndplpblgckkfepjplie |
Oficjalny URL | https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie |
Opis | Redirect url by pattern to any place you want. |
Rozmiar pliku | 245 KB |
Liczba instalacji | 3,463 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-01-23 |
Data Publikacji | 2014-01-23 |
Ocena | 4.35/5 Łącznie 37 Oceny |
Deweloper | Bluz |
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": "URL Redirector", "description": "Redirect url by pattern to any place you want.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/*\/*", "storage", "webRequestBlocking" ], "browser_action": { "default_icon": "mart.png", "default_title": "URL Redirector", "default_popup": "index.html" }, "options_page": "option.html" } |