AscpEnvRoute

Modify DChain Environment Route

AscpEnvRouteคืออะไร?

AscpEnvRoute เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomdy123456 และคุณลักษณะหลักของมันคือ "Modify DChain Environment Route"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AscpEnvRoute

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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."
        }
    }
}