URL Redirector

Redirect url by pattern to any place you want.

Cos'è URL Redirector?

URL Redirector è un'estensione di Chrome sviluppata da Bluz, e la sua funzione principale è "Redirect url by pattern to any place you want.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Redirector

Scarica i file di estensione URL Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 :)                    

Informazioni di Base sull'Estensione

Nome URL Redirector URL Redirector
ID kpdinddojclpdndplpblgckkfepjplie
URL Ufficiale https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie
Descrizione Redirect url by pattern to any place you want.
Dimensione del File 245 KB
Conteggio Installazioni 3,463
Versione Corrente 1.0
Ultimo Aggiornamento 2014-01-23
Data di Pubblicazione 2014-01-23
Valutazione 4.35/5 Totale 37 Valutazioni
Sviluppatore Bluz
Tipo di Pagamento free
Lingue Supportate 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"
}