Custom Redirects
Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.
Cos'è Custom Redirects?
Custom Redirects è un'estensione di Chrome sviluppata da Pawel Raszewski, e la sua funzione principale è "Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Redirects
Scarica i file di estensione Custom Redirects 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 makes possible to redirect specified URLs to different locations. It may be very useful for debugging production sites which have minified JS which can be replaced for non-minified JS. Any asset URL can be redirected to any destination, that means you can replace images, CSS, javascript files and everything that is loaded by a browser via HTTP request.
Informazioni di Base sull'Estensione
Nome | Custom Redirects |
ID | kekdllcidamgebonidegjekidhdihdli |
URL Ufficiale | https://chromewebstore.google.com/detail/custom-redirects/kekdllcidamgebonidegjekidhdihdli |
Descrizione | Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts. |
Dimensione del File | 135 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-02-12 |
Data di Pubblicazione | 2014-02-12 |
Valutazione | 3.85/5 Totale 205 Valutazioni |
Sviluppatore | Pawel Raszewski |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom Redirects", "version": "1.0.1", "description": "Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.", "background": { "scripts": [ "background.js" ] }, "permissions": [ " |