Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Proxy Switch by Proxy-Hub.com",
"version": "3",
"description": "Proxy Swtich v3 is an ultimate proxy manager for proxy rotation with all needed features.",
"action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"change-proxy": {
"suggested_key": {
"default": "Ctrl + Shift + 0",
"mac": "Command + Shift + 0"
},
"description": "Rotate the proxy randomly",
"global": true
}
},
"permissions": [
"storage",
"proxy",
"privacy",
"notifications",
"webRequest",
"webRequestAuthProvider",
"tabs",
"browsingData",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
]
}