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
官方網址 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"
}