Custom Redirects
Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.
What is Custom Redirects?
Custom Redirects is a Chrome extension developed by Pawel Raszewski, and its main feature is "Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.".
Extension Screenshots
Download Custom Redirects Extension CRX File
Download Custom Redirects extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Custom Redirects |
ID | kekdllcidamgebonidegjekidhdihdli |
Official URL | https://chromewebstore.google.com/detail/custom-redirects/kekdllcidamgebonidegjekidhdihdli |
Description | Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts. |
File Size | 135 KB |
Installation Count | 10,000 |
Current Version | 1.0.1 |
Last Updated | 2014-02-12 |
Publish Date | 2014-02-12 |
Rating | 3.85/5 Total 205 Ratings |
Developer | Pawel Raszewski |
Payment Type | free |
Supported Languages | 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": [ " |