Simple Proxy

Proxy switch for each individual website.

Simple Proxyคืออะไร?

Simple Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jinzhenzu และคุณลักษณะหลักของมันคือ "Proxy switch for each individual website."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Simple Proxy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you need to configure a separate proxy policy for each domain name, then you will need this extension. This extension helps you easily control whether each domain uses a proxy and provides a convenient black and white list mode.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Proxy Simple Proxy
ID pjogfmifcmhdmfogmihinlfgdbfbjcli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli
คำอธิบาย Proxy switch for each individual website.
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2023-11-30
วันที่เผยแพร่ 2019-11-25
ผู้พัฒนา jinzhenzu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
URL หน้าช่วยเหลือ https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.2.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Proxy"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "tabs",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}