Proxybonanza Proxy Manager

Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies.

什么是Proxybonanza Proxy Manager?

Proxybonanza Proxy Manager是由Sc Media开发的Chrome扩展程序,该扩展的主要功能是“Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies.”。

扩展截图

screenshot

下载Proxybonanza Proxy Manager扩展crx文件

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

扩展使用说明

                        Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies. Import your Proxybonanza.com proxy list or use it with any proxy list in CSV format. You can also add single proxies manually.                    

扩展基本信息

名称 Proxybonanza Proxy Manager Proxybonanza Proxy Manager
ID kconeelhhdbnjombompadmclijkcfbph
官方URL https://chromewebstore.google.com/detail/proxybonanza-proxy-manage/kconeelhhdbnjombompadmclijkcfbph
简介 Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies.
文件大小 478 KB
安装次数 5,395
当前版本 4.5
更新时间 2019-05-10
上架时间 2019-05-10
评分 3.71/5 共21次评分
开发者 Sc Media
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Proxybonanza/proxybonanza_web_extension
帮助页面URL http://blog.proxybonanza.com/addons/chrome-proxy-extension/
支持的语言 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_addon_name__",
    "version": "4.5",
    "manifest_version": 2,
    "description": "__MSG_addon_description__",
    "author": "Micha\u0142 Turek",
    "browser_action": {
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": {
            "16": "img\/ico_logo.png",
            "18": "img\/ico_logo.png",
            "32": "img\/proxybonanza_logo32.png",
            "48": "img\/proxybonanza_logo48.png",
            "64": "img\/proxybonanza_logo64.png",
            "128": "img\/proxybonanza_logo128.png"
        }
    },
    "sidebar_action": {
        "default_icon": {
            "16": "img\/ico_logo.png",
            "18": "img\/ico_logo.png",
            "32": "img\/proxybonanza_logo32.png",
            "48": "img\/proxybonanza_logo48.png",
            "64": "img\/proxybonanza_logo64.png",
            "128": "img\/proxybonanza_logo128.png"
        },
        "default_title": "__MSG_addon_name__",
        "default_panel": "page_proxylist.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/proxybonanza.com\/*",
                "https:\/\/proxybonanza.local.webdev20.pl\/*",
                "https:\/\/proxybonanza_new.local.webdev20.pl\/*",
                "https:\/\/strona.pbnza.net\/*",
                "https:\/\/strona2.pbnza.net\/*"
            ],
            "js": [
                "libs\/is_chrome.js",
                "libs\/browser-polyfill.js",
                "libs\/jquery.min.js",
                "libs\/lodash.min.js",
                "libs\/sprintf.js",
                "api\/events.js",
                "api\/preferences.js",
                "api\/i18n.js",
                "api\/notifications_native.js",
                "api\/proxylist.js",
                "api\/proxybonanza_api.js",
                "proxybonanza_com\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "",
        "*:\/\/proxybonanza.com\/*",
        "proxy",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "img\/ico_logo.png",
        "18": "img\/ico_logo.png",
        "32": "img\/proxybonanza_logo32.png",
        "48": "img\/proxybonanza_logo48.png",
        "64": "img\/proxybonanza_logo64.png",
        "128": "img\/proxybonanza_logo128.png"
    },
    "background": {
        "scripts": [
            "libs\/is_chrome.js",
            "libs\/browser-polyfill.js",
            "libs\/jquery.min.js",
            "libs\/lodash.min.js",
            "libs\/sprintf.js",
            "api\/events.js",
            "background\/bg.js",
            "api\/preferences.js",
            "api\/i18n.js",
            "api\/notifications.js",
            "api\/common.js",
            "api\/proxylist.js",
            "api\/current_proxy.js",
            "background\/proxy_priority.js",
            "background\/version_expose.js",
            "background\/http_proxy_auth.js",
            "background\/menus.js",
            "background\/browser_action.js"
        ]
    },
    "options_ui": {
        "page": "page_options.html",
        "open_in_tab": true
    },
    "default_locale": "en"
}