Proxybonanza Proxy Manager

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

Wat is Proxybonanza Proxy Manager?

Proxybonanza Proxy Manager is een Chrome-extensie ontwikkeld door Sc Media, en de belangrijkste functie is "Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Proxybonanza Proxy Manager

Download Proxybonanza Proxy Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Proxybonanza Proxy Manager Proxybonanza Proxy Manager
ID kconeelhhdbnjombompadmclijkcfbph
Officiële URL https://chromewebstore.google.com/detail/proxybonanza-proxy-manage/kconeelhhdbnjombompadmclijkcfbph
Beschrijving Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies.
Bestandsgrootte 478 KB
Aantal Installaties 5,395
Huidige Versie 4.5
Laatst Bijgewerkt 2019-05-10
Publicatiedatum 2019-05-10
Beoordeling 3.71/5 Totaal 21 Beoordelingen
Ontwikkelaar Sc Media
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Proxybonanza/proxybonanza_web_extension
Help Pagina-URL http://blog.proxybonanza.com/addons/chrome-proxy-extension/
Ondersteunde Talen 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"
}