Proxybonanza Proxy Manager
Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies.
What is Proxybonanza Proxy Manager?
Proxybonanza Proxy Manager is a Chrome extension developed by Sc Media, and its main feature is "Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies.".
Extension Screenshots
Download Proxybonanza Proxy Manager Extension CRX File
Download Proxybonanza Proxy Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Proxybonanza Proxy Manager |
ID | kconeelhhdbnjombompadmclijkcfbph |
Official URL | https://chromewebstore.google.com/detail/proxybonanza-proxy-manage/kconeelhhdbnjombompadmclijkcfbph |
Description | Proxy list manager with automatic login/password filling. Makes it really easy to switch between proxies. |
File Size | 478 KB |
Installation Count | 5,395 |
Current Version | 4.5 |
Last Updated | 2019-05-10 |
Publish Date | 2019-05-10 |
Rating | 3.71/5 Total 21 Ratings |
Developer | Sc Media |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Proxybonanza/proxybonanza_web_extension |
Help Page URL | http://blog.proxybonanza.com/addons/chrome-proxy-extension/ |
Supported Languages | 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": [ " |