Simple Proxy

Proxy switch for each individual website.

Simple Proxy là gì?

Simple Proxy là một tiện ích mở rộng Chrome được phát triển bởi jinzhenzu, và tính năng chính của nó là "Proxy switch for each individual website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Proxy

Tải xuống các tệp mở rộng Simple Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Proxy Simple Proxy
ID pjogfmifcmhdmfogmihinlfgdbfbjcli
URL Chính Thức https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli
Mô tả Proxy switch for each individual website.
Kích Thước Tệp 180 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 3.2.0
Cập Nhật Lần Cuối 2023-11-30
Ngày Phát Hành 2019-11-25
Nhà Phát Triển jinzhenzu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
URL Trang Trợ Giúp https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}