UrlReplacer
将一些不能访问的URL地址,替换成同等的可以访问的URL。还可以阻止某些URL的加载。
What is UrlReplacer?
UrlReplacer is a Chrome extension developed by PengEJ, and its main feature is "将一些不能访问的URL地址,替换成同等的可以访问的URL。还可以阻止某些URL的加载。".
Extension Screenshots
Download UrlReplacer Extension CRX File
Download UrlReplacer 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
帮您替换或阻止一些网址,自带替换google字体库到国内地址。 目前自用,尚未发生问题 规则来自 https://github.com/jiacai2050/gooreplacer4chrome v0.1.2 增加对HTTP Header的支持 v0.1.1 修改拦截统计值累计的问题
Extension Basic Information
Name | UrlReplacer |
ID | gkbleonlbopfllejdedmhnaeoihaadpm |
Official URL | https://chromewebstore.google.com/detail/urlreplacer/gkbleonlbopfllejdedmhnaeoihaadpm |
Description | 将一些不能访问的URL地址,替换成同等的可以访问的URL。还可以阻止某些URL的加载。 |
File Size | 32.35 KB |
Installation Count | 39 |
Current Version | 0.1.2 |
Last Updated | 2015-01-14 |
Publish Date | 2015-01-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | PengEJ |
Payment Type | free |
Extension Website | https://github.com/pengej/ChromeExtension-UrlReplacer |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UrlReplacer", "version": "0.1.2", "description": "\u5c06\u4e00\u4e9b\u4e0d\u80fd\u8bbf\u95ee\u7684URL\u5730\u5740\uff0c\u66ff\u6362\u6210\u540c\u7b49\u7684\u53ef\u4ee5\u8bbf\u95ee\u7684URL\u3002\u8fd8\u53ef\u4ee5\u963b\u6b62\u67d0\u4e9bURL\u7684\u52a0\u8f7d\u3002", "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "author": "PengEJ", "homepage_url": "https:\/\/github.com\/pengej\/ChromeExtension-UrlReplacer" } |