Proxy Switcher

A simple, minimal Chrome extension to switch between configured proxy profiles.

What is Proxy Switcher?

Proxy Switcher is a Chrome extension developed by stalkr, and its main feature is "A simple, minimal Chrome extension to switch between configured proxy profiles.".

Extension Screenshots

screenshot
screenshot

Download Proxy Switcher Extension CRX File

Download Proxy 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

                        A simple, minimal Chrome extension to switch between configured proxy profiles.                    

Extension Basic Information

Name Proxy Switcher Proxy Switcher
ID nfgjkknbjghcmeifdfocmofahdibbgae
Official URL https://chromewebstore.google.com/detail/proxy-switcher/nfgjkknbjghcmeifdfocmofahdibbgae
Description A simple, minimal Chrome extension to switch between configured proxy profiles.
File Size 39.46 KB
Installation Count 506
Current Version 1.5
Last Updated 2022-01-03
Publish Date 2019-05-25
Rating 3.50/5 Total 4 Ratings
Developer stalkr
Email [email protected]
Payment Type free
Extension Website https://github.com/StalkR/chrome-proxy-switcher
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Proxy Switcher",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "storage"
    ],
    "action": {
        "default_icon": "icon24-grey.png",
        "default_popup": "popup.html",
        "default_title": "Proxy Switcher"
    }
}