Proxy Pac Switcher

This extensions simplifies the process of setting up a proxy.

Proxy Pac Switcher là gì?

Proxy Pac Switcher là một tiện ích mở rộng Chrome được phát triển bởi sura.kh, và tính năng chính của nó là "This extensions simplifies the process of setting up a proxy.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Proxy Pac Switcher 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

                        This extension helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text.                    

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

Tên Proxy Pac Switcher Proxy Pac Switcher
ID dcokccgklilfbehagkdnmlpcdonfopeh
URL Chính Thức https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh
Mô tả This extensions simplifies the process of setting up a proxy.
Kích Thước Tệp 3.68 MB
Số Lần Cài Đặt 399
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2020-12-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sura.kh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sura0111/proxyPac
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.0.0",
    "version_name": "0.2.0",
    "default_locale": "en",
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "public\/icons\/white16.png",
        "32": "public\/icons\/white32.png",
        "128": "public\/icons\/white128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "public\/icons\/white16.png",
            "32": "public\/icons\/white32.png",
            "128": "public\/icons\/white128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}