URL Redirector 加强版
Redirect url by pattern to any place you want.
What is URL Redirector 加强版?
URL Redirector 加强版 is a Chrome extension developed by anchel.xy, and its main feature is "Redirect url by pattern to any place you want.".
Extension Screenshots
Download URL Redirector 加强版 Extension CRX File
Download URL Redirector 加强版 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
配置重定向规则,将请求的url通过重定向返回另外一个url的内容。
Extension Basic Information
Name | URL Redirector 加强版 |
ID | jhcpkioahofdipphogaaahkmbcbphipc |
Official URL | https://chromewebstore.google.com/detail/url-redirector-%E5%8A%A0%E5%BC%BA%E7%89%88/jhcpkioahofdipphogaaahkmbcbphipc |
Description | Redirect url by pattern to any place you want. |
File Size | 251 KB |
Installation Count | 102 |
Current Version | 1.3 |
Last Updated | 2014-06-30 |
Publish Date | 2014-06-30 |
Rating | 1.67/5 Total 3 Ratings |
Developer | anchel.xy |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Redirector \u52a0\u5f3a\u7248", "description": "Redirect url by pattern to any place you want.", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/*\/*", "storage", "webRequestBlocking" ], "browser_action": { "default_icon": "mart2.png", "default_title": "URL Redirector", "default_popup": "index.html" }, "web_accessible_resources": [ "redirect.html" ], "options_page": "option.html" } |