ReRoute
Automatically redirect web requests matching custom rules.
什么是ReRoute?
ReRoute是由graspaevinci开发的Chrome扩展程序,该扩展的主要功能是“Automatically redirect web requests matching custom rules.”。
扩展截图
下载ReRoute扩展crx文件
下载ReRoute扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redirect any web request to an address of your choice. Top Features: - Replace part of any URL, optionally using regular expressions - Redirect loop protection (each request is only redirected once) - Quick enabling/disabling of each rule - Define custom aliases for your redirects
扩展基本信息
名称 | ReRoute |
ID | kmegpialdlakejlimkocdcecpjikfhen |
官方URL | https://chromewebstore.google.com/detail/reroute/kmegpialdlakejlimkocdcecpjikfhen |
简介 | Automatically redirect web requests matching custom rules. |
文件大小 | 31.36 KB |
安装次数 | 657 |
当前版本 | 0.8.4 |
更新时间 | 2017-11-20 |
上架时间 | 2017-11-20 |
评分 | 5.00/5 共6次评分 |
开发者 | graspaevinci |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReRoute", "description": "Automatically redirect web requests matching custom rules.", "version": "0.8.4", "background": { "scripts": [ "background.min.js" ] }, "browser_action": { "default_icon": "reroute2.png", "default_popup": "popup.html", "default_title": "ReRoute" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "icons": { "128": "reroute128.png" }, "minimum_chrome_version": "55" } |