AoneEnvRoute

Modify Environment Route

AoneEnvRoute란 무엇입니까?

AoneEnvRoute은(는) tomdy123456에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modify Environment Route"입니다.

확장 프로그램 스크린샷

screenshot

AoneEnvRoute 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        一个 chrome 浏览器插件,会按照特定的格式修改 http 请求的 header,和对应的 java 后端插件配合之后,可以实现控制 http 流量路由的效果,比如选择环境 A,就会路由到对应的后端服务器 a上,选择环境 B,会路由到对应的后端服务器 b 上,插件会请求内网的特殊域名获取路由环境,所以在外网看不到搜索选项,是正常现象,不是有bug                    

확장 프로그램 기본 정보

이름 AoneEnvRoute AoneEnvRoute
ID dnfcmpmnlgmkhapabkbjbaomeamigele
공식 URL https://chromewebstore.google.com/detail/aoneenvroute/dnfcmpmnlgmkhapabkbjbaomeamigele
설명 Modify Environment Route
파일 크기 161 KB
설치 횟수 3,184
현재 버전 0.0.2
최근 업데이트 2022-11-05
출시 날짜 2022-09-01
평점 5.00/5 총 1 개의 평점
개발자 tomdy123456
이메일 [email protected]
결제 유형 free
지원되는 언어 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."
        }
    }
}