Proxy Pac Switcher

This extensions simplifies the process of setting up a proxy.

What is Proxy Pac Switcher?

Proxy Pac Switcher is a Chrome extension developed by sura.kh, and its main feature is "This extensions simplifies the process of setting up a proxy.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Proxy Pac Switcher Extension CRX File

Download Proxy Pac Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Proxy Pac Switcher Proxy Pac Switcher
ID dcokccgklilfbehagkdnmlpcdonfopeh
Official URL https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh
Description This extensions simplifies the process of setting up a proxy.
File Size 3.68 MB
Installation Count 399
Current Version 0.2.0
Last Updated 2023-10-16
Publish Date 2020-12-21
Rating 5.00/5 Total 2 Ratings
Developer sura.kh
Email [email protected]
Payment Type free
Extension Website https://github.com/sura0111/proxyPac
Supported Languages 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"
    }
}