AoneEnvRoute

Modify Environment Route

What is AoneEnvRoute?

AoneEnvRoute is a Chrome extension developed by tomdy123456, and its main feature is "Modify Environment Route".

Extension Screenshots

screenshot

Download AoneEnvRoute Extension CRX File

Download AoneEnvRoute 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 上,插件会请求内网的特殊域名获取路由环境,所以在外网看不到搜索选项,是正常现象,不是有bug                    

Extension Basic Information

Name AoneEnvRoute AoneEnvRoute
ID dnfcmpmnlgmkhapabkbjbaomeamigele
Official URL https://chromewebstore.google.com/detail/aoneenvroute/dnfcmpmnlgmkhapabkbjbaomeamigele
Description Modify Environment Route
File Size 161 KB
Installation Count 3,184
Current Version 0.0.2
Last Updated 2022-11-05
Publish Date 2022-09-01
Rating 5.00/5 Total 1 Ratings
Developer tomdy123456
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Modify Environment Route",
    "version": "0.0.2",
    "name": "AoneEnvRoute",
    "manifest_version": 3,
    "homepage_url": "https:\/\/group-env.alibaba-inc.com",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "images\/DC_14_14.png",
        "default_title": "AoneEnvRoute",
        "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": [
        ""
    ],
    "commands": {
        "bark": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "description": "Makes Acho bark the title at the bottom right of the current page."
        }
    }
}