AscpEnvRoute

Modify DChain Environment Route

AscpEnvRouteとは何ですか?

AscpEnvRouteはtomdy123456によって開発されたChromeの拡張機能で、その主な機能は「Modify DChain Environment Route」です。

拡張機能のスクリーンショット

screenshot

AscpEnvRoute拡張機能のCRXファイルをダウンロード

AscpEnvRoute拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        一个 chrome 浏览器插件,会按照特定的格式修改 http 请求的 header,和对应的 java 后端插件配合之后,可以实现控制 http 流量路由的效果,比如选择环境 A,就会路由到对应的后端服务器 a上,选择环境 B,会路由到对应的后端服务器 b 上                    

拡張機能の基本情報

名前 AscpEnvRoute AscpEnvRoute
ID beeblpjeaghoaamonpdhpbdokalidhpi
公式URL https://chromewebstore.google.com/detail/ascpenvroute/beeblpjeaghoaamonpdhpbdokalidhpi
説明 Modify DChain Environment Route
ファイルサイズ 144 KB
インストール数 452
現在のバージョン 3.4.0
最終更新日 2022-09-10
公開日 2022-08-24
評価 5.00/5 合計 1 レビュー
開発者 tomdy123456
Eメール [email protected]
支払い方法 free
対応言語 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": [
        ""
    ],
    "commands": {
        "bark": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "description": "Makes Acho bark the title at the bottom right of the current page."
        }
    }
}