Simple Proxy Switcher

Simple Proxy Switcher

What is Simple Proxy Switcher?

Simple Proxy Switcher is a Chrome extension developed by https://maksam07.com, and its main feature is "Simple Proxy Switcher".

Extension Screenshots

screenshot
screenshot

Download Simple Proxy Switcher Extension CRX File

Download Simple 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 add-on to quickly switch your proxy servers
Currently only supports http/s proxy

Import example:
ip:port
ip:port:login:password
login:password@ip:port                    

Extension Basic Information

Name Simple Proxy Switcher Simple Proxy Switcher
ID pcboajngloecgmaailkmphmpbacmbcfb
Official URL https://chromewebstore.google.com/detail/simple-proxy-switcher/pcboajngloecgmaailkmphmpbacmbcfb
Description Simple Proxy Switcher
File Size 1.32 MB
Installation Count 15,013
Current Version 1.0.0.1
Last Updated 2022-07-06
Publish Date 2021-05-28
Rating 4.88/5 Total 17 Ratings
Developer https://maksam07.com
Email [email protected]
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "static\/js\/config.js",
            "static\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "__MSG_defTitle__",
        "default_icon": {
            "16": "static\/images\/icon16_disabled.png",
            "24": "static\/images\/icon24_disabled.png",
            "32": "static\/images\/icon32_disabled.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "16": "static\/images\/icon16_enabled.png",
        "48": "static\/images\/icon48_enabled.png",
        "128": "static\/images\/icon128_enabled.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "browsingData",
        ""
    ],
    "version": "1.0.0.1"
}