Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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": [ "<all_urls>", "*:\/\/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" }