Proxybonanza Proxy Manager
Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies.
Was ist Proxybonanza Proxy Manager?
Proxybonanza Proxy Manager ist eine Chrome-Erweiterung, die von Sc Media entwickelt wurde, und ihr Hauptmerkmal ist "Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies.".
Erweiterungsscreenshots
Proxybonanza Proxy Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Proxybonanza Proxy Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Proxybonanza Proxy Manager |
ID | kconeelhhdbnjombompadmclijkcfbph |
Offizielle URL | https://chromewebstore.google.com/detail/proxybonanza-proxy-manage/kconeelhhdbnjombompadmclijkcfbph |
Beschreibung | Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies. |
Dateigröße | 478 KB |
Installationsanzahl | 5,395 |
Aktuelle Version | 4.5 |
Letztes Update | 2019-05-10 |
Veröffentlichungsdatum | 2019-05-10 |
Bewertung | 3.71/5 Insgesamt 21 Bewertungen |
Entwickler | Sc Media |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Proxybonanza/proxybonanza_web_extension |
Hilfeseite URL | http://blog.proxybonanza.com/addons/chrome-proxy-extension/ |
Unterstützte Sprachen | 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": [ " |