Simple Proxy Switcher

Simple Proxy Switcher

什么是Simple Proxy Switcher?

Simple Proxy Switcher是由https://maksam07.com开发的Chrome扩展程序,该扩展的主要功能是“Simple Proxy Switcher”。

扩展截图

screenshot
screenshot

下载Simple Proxy Switcher扩展crx文件

下载Simple Proxy Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Simple Proxy Switcher Simple Proxy Switcher
ID pcboajngloecgmaailkmphmpbacmbcfb
官方URL https://chromewebstore.google.com/detail/simple-proxy-switcher/pcboajngloecgmaailkmphmpbacmbcfb
简介 Simple Proxy Switcher
文件大小 1.32 MB
安装次数 15,013
当前版本 1.0.0.1
更新时间 2022-07-06
上架时间 2021-05-28
评分 4.88/5 共17次评分
开发者 https://maksam07.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}