URL 重定向扩展插件
自定义重定向特定的 URL ,例如有些引用了 Google 的 js 文件被 GFW 墙了,而导致出问题了,可以把被墙的文件重定向到国内的 URL
What is URL 重定向扩展插件?
URL 重定向扩展插件 is a Chrome extension developed by 石锋强, and its main feature is "自定义重定向特定的 URL ,例如有些引用了 Google 的 js 文件被 GFW 墙了,而导致出问题了,可以把被墙的文件重定向到国内的 URL".
Download URL 重定向扩展插件 Extension CRX File
Download URL 重定向扩展插件 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 ,例如有些引用了 google 的 js 文件被 GFW 墙了,而导致出问题了,可以把被墙的文件重定向到国内的 URL 。该插件默认把指向 google 的 js 文件重定向到了 jquery 官网提供的地址。
Extension Basic Information
Name | |
ID | hijjonoeacmploddilnhglhjeopjmpnn |
Official URL | https://chrome.google.com/webstore/detail/hijjonoeacmploddilnhglhjeopjmpnn |
Description | 自定义重定向特定的 URL ,例如有些引用了 Google 的 js 文件被 GFW 墙了,而导致出问题了,可以把被墙的文件重定向到国内的 URL |
File Size | 53.25 KB |
Installation Count | 153 |
Current Version | 1.0 |
Last Updated | 2016-02-25 |
Publish Date | 2016-02-25 |
Rating | 3.40/5 Total 5 Ratings |
Developer | 石锋强 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL \u91cd\u5b9a\u5411\u6269\u5c55\u63d2\u4ef6", "description": "\u81ea\u5b9a\u4e49\u91cd\u5b9a\u5411\u7279\u5b9a\u7684 URL \uff0c\u4f8b\u5982\u6709\u4e9b\u5f15\u7528\u4e86 Google \u7684 js \u6587\u4ef6\u88ab GFW \u5899\u4e86\uff0c\u800c\u5bfc\u81f4\u51fa\u95ee\u9898\u4e86\uff0c\u53ef\u4ee5\u628a\u88ab\u5899\u7684\u6587\u4ef6\u91cd\u5b9a\u5411\u5230\u56fd\u5185\u7684 URL", "version": "1.0", "options_page": "\u9009\u9879.html", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |