Redirector
Catch and redirect url's based on RegEx identifier
Cos'è Redirector?
Redirector è un'estensione di Chrome sviluppata da valurhrafn, e la sua funzione principale è "Catch and redirect url's based on RegEx identifier".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Redirector
Scarica i file di estensione 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 redirects based on regular expression filter. So it can redirect some url's on a domain, while leaving others alone.
Informazioni di Base sull'Estensione
Nome | |
ID | leenkickbboebeampfcphpchhdfhoeio |
URL Ufficiale | https://chrome.google.com/webstore/detail/redirector/leenkickbboebeampfcphpchhdfhoeio |
Descrizione | Catch and redirect url's based on RegEx identifier |
Dimensione del File | 14.1 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-07-01 |
Data di Pubblicazione | 2014-07-01 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | valurhrafn |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirector", "version": "0.1", "manifest_version": 2, "description": "Catch and redirect url's based on RegEx identifier", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*", "storage" ], "background": { "scripts": [ "myScript.js" ] }, "options_page": "options.html" } |