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": "RSF Censorship Detector",
"version": "2.0.0",
"action": {
"default_icon": "resources\/icon.png",
"default_popup": "index.html"
},
"description": "Find access to blocked websites",
"icons": {
"128": "resources\/icon-128.png"
},
"background": {
"service_worker": "eventPage.js",
"type": "module"
},
"permissions": [
"tabs"
]
}