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",
"icons": {
"16": "icon16.plasmo.088f8db2.png",
"32": "icon32.plasmo.a6df50ac.png",
"48": "icon48.plasmo.d78d65b1.png",
"64": "icon64.plasmo.cdea334b.png",
"128": "icon128.plasmo.f93a310c.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.088f8db2.png",
"32": "icon32.plasmo.a6df50ac.png",
"48": "icon48.plasmo.d78d65b1.png",
"64": "icon64.plasmo.cdea334b.png",
"128": "icon128.plasmo.f93a310c.png"
},
"default_popup": "popup.html"
},
"version": "8.10.0",
"author": "[email protected]",
"name": "Decodo(Smartproxy) Extension",
"description": "Decodo(Smartproxy) extension",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"proxy",
"webRequest",
"webRequestAuthProvider",
"browsingData",
"tabs",
"privacy",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"https:\/\/dashboard.decodo.com\/*",
"https:\/\/dashboard.decodo.cn\/*"
],
"js": [
"ff_login.bd1b0a65.js"
],
"run_at": "document_end",
"all_frames": true,
"css": []
}
],
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"https:\/\/dashboard.decodo.com\/*",
"https:\/\/dashboard.decodo.cn\/*",
"https:\/\/ip.decodo.com\/json"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjIdf00bg6FTLWOqDWhqnKCMLq1QoHwlu0yscs8W\/QVqWB6jM2xWsF3CTqt5tsDiyqXh4WhPYGytbIkw1FQNGqSA7ahU7qo9Kujey\/VOeT37JRLkQc0BZTeNWR95HkWBdjgD7iqA+sxktnVThTC92JJjppGS6AS+oLbC2BZXGpd3fBYwIszMnp8TJZ2ez\/I2PQBMEACFkebxcuAOZrWoe9xmg4s7CfSDQIpR0PzXUZH09q+NcPO4MyQ+X+5WeNqKQAXJEZKqtlWbJsLlXFLnZdcVg+Qje6eZqbSa3qE7Xzr8WkDaud+M7t9kkTUa3ir+dnHsis99p90+hM17pe9y+nwIDAQAB",
"content_security_policy": {
"extension_pages": "script-src 'self' http:\/\/localhost;object-src 'self';"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"__plasmo_hmr_proxy__"
]
}
]
}