AscpEnvRoute

Modify DChain Environment Route

Cos'è AscpEnvRoute?

AscpEnvRoute è un'estensione di Chrome sviluppata da tomdy123456, e la sua funzione principale è "Modify DChain Environment Route".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AscpEnvRoute

Scarica i file di estensione AscpEnvRoute in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AscpEnvRoute AscpEnvRoute
ID beeblpjeaghoaamonpdhpbdokalidhpi
URL Ufficiale https://chromewebstore.google.com/detail/ascpenvroute/beeblpjeaghoaamonpdhpbdokalidhpi
Descrizione Modify DChain Environment Route
Dimensione del File 144 KB
Conteggio Installazioni 452
Versione Corrente 3.4.0
Ultimo Aggiornamento 2022-09-10
Data di Pubblicazione 2022-08-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tomdy123456
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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."
        }
    }
}