Custom Redirects
Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.
Vad är Custom Redirects?
Custom Redirects är en Chrome-tillägg utvecklad av Pawel Raszewski, och dess huvudfunktion är "Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.".
Tilläggsskärmbilder
Ladda ner Custom Redirects-förlängningens CRX-fil
Ladda ner Custom Redirects-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Custom Redirects |
ID | kekdllcidamgebonidegjekidhdihdli |
Officiell webbadress | https://chromewebstore.google.com/detail/custom-redirects/kekdllcidamgebonidegjekidhdihdli |
Beskrivning | Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts. |
Filstorlek | 135 KB |
Antal Installationer | 10,000 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2014-02-12 |
Publiceringsdatum | 2014-02-12 |
Betyg | 3.85/5 Totalt 205 Betyg |
Utvecklare | Pawel Raszewski |
Betalningssätt | free |
Stödda Språk | 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": [ " |