Proxy Switcher

Manage and switch between multiple proxies quickly and for free

什麼是Proxy Switcher?

Proxy Switcher是由freebusinessapps開發的Chrome擴展程式,該擴展的主要功能是“Manage and switch between multiple proxies quickly and for free”。

擴展截圖

screenshot

下載Proxy Switcher擴展crx文件

下載Proxy Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Need to use a proxy to surf the Internet? Try installing our addon now and begin surfing the Internet with a free proxy.
This addon allows the user to know the current type of proxy their browser is currently using :
- No Proxy Mode
- Auto-detect Proxy Mode (Auto detect proxy settings for this network)
- System Mode (Use system proxy settings)
- Manual Mode                    

擴展基本資訊

名稱 Proxy Switcher Proxy Switcher
ID mkadbpfbeodfhecnomokbifkplpaplbg
官方網址 https://chromewebstore.google.com/detail/proxy-switcher/mkadbpfbeodfhecnomokbifkplpaplbg
簡介 Manage and switch between multiple proxies quickly and for free
檔案大小 46.89 KB
安裝次數 301
目前版本 1.0.0.4
更新時間 2023-06-29
上架時間 2019-09-12
評分 3.00/5 共 1 次評分
開發者 freebusinessapps
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://translate-welcome.freebusinessapps.net/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxy Switcher",
    "short_name": "proxy-switcher",
    "description": "Manage and switch between multiple proxies quickly and for free",
    "version": "1.0.0.4",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "notifications",
        "proxy",
        "https:\/\/*.freebusinessapps.net\/*",
        "notifications"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png"
        },
        "default_popup": "data\/panel\/index.html"
    },
    "background": {
        "scripts": [
            "data\/panel\/utils.js",
            "data\/panel\/firefox-proxy.js",
            "\/notify\/common-push-init.js",
            "\/notify\/common.js",
            "\/notify\/common-push.js",
            "\/notify\/background.js"
        ]
    },
    "homepage_url": "https:\/\/proxy-switcher.freebusinessapps.net",
    "icons": {
        "16": "data\/icons\/16.png",
        "48": "data\/icons\/48.png",
        "128": "data\/icons\/128.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}