Custom Redirects
Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.
什麼是Custom Redirects?
Custom Redirects是由Pawel Raszewski開發的Chrome擴展程式,該擴展的主要功能是“Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts.”。
擴展截圖
下載Custom Redirects擴展crx文件
下載Custom Redirects擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Custom Redirects |
ID | kekdllcidamgebonidegjekidhdihdli |
官方網址 | https://chromewebstore.google.com/detail/custom-redirects/kekdllcidamgebonidegjekidhdihdli |
簡介 | Extension allows to redirect any http request to any destination. Useful for debugging or blocking certain scripts. |
檔案大小 | 135 KB |
安裝次數 | 10,000 |
目前版本 | 1.0.1 |
更新時間 | 2014-02-12 |
上架時間 | 2014-02-12 |
評分 | 3.85/5 共 205 次評分 |
開發者 | Pawel Raszewski |
付費類型 | free |
支援的語言 | 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": [ " |