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",
"name": "Analytics & Ad Blocker",
"description": "An Analytics & Ad Blocker for a more sustainable internet.",
"version": "2.0.0",
"manifest_version": 3,
"options_page": "options.html",
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/images\/16x16.png",
"32": "assets\/images\/32x32.png",
"48": "assets\/images\/48x48.png",
"128": "assets\/images\/128x128.png"
}
},
"background": {
"service_worker": "background.bundle.js"
},
"permissions": [
"storage",
"declarativeNetRequest"
],
"icons": {
"16": "assets\/images\/16x16.png",
"32": "assets\/images\/32x32.png",
"48": "assets\/images\/48x48.png",
"128": "assets\/images\/128x128.png"
}
}