AscpEnvRoute
Modify DChain Environment Route
What is AscpEnvRoute?
AscpEnvRoute is a Chrome extension developed by tomdy123456, and its main feature is "Modify DChain Environment Route".
Extension Screenshots
Download AscpEnvRoute Extension CRX File
Download AscpEnvRoute 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
一个 chrome 浏览器插件,会按照特定的格式修改 http 请求的 header,和对应的 java 后端插件配合之后,可以实现控制 http 流量路由的效果,比如选择环境 A,就会路由到对应的后端服务器 a上,选择环境 B,会路由到对应的后端服务器 b 上
Extension Basic Information
Name | AscpEnvRoute |
ID | beeblpjeaghoaamonpdhpbdokalidhpi |
Official URL | https://chromewebstore.google.com/detail/ascpenvroute/beeblpjeaghoaamonpdhpbdokalidhpi |
Description | Modify DChain Environment Route |
File Size | 144 KB |
Installation Count | 452 |
Current Version | 3.4.0 |
Last Updated | 2022-09-10 |
Publish Date | 2022-08-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | tomdy123456 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Modify DChain Environment Route", "version": "3.4.0", "name": "AscpEnvRoute", "manifest_version": 3, "homepage_url": "https:\/\/park.alibaba-inc.com\/#\/env\/envDetail", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "images\/DC_14_14.png", "default_title": "AscpEnvRoute", "default_popup": "popup.html" }, "icons": { "14": "images\/DC_14_14.png", "48": "images\/DC_48_48.png" }, "incognito": "spanning", "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "permissions": [ "declarativeNetRequest", "storage", "notifications" ], "host_permissions": [ " |