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 |
公式URL | 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": [ " |