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",
"manifest_version": 3,
"name": "Simplest Ad Blocker",
"version": "2.2",
"description": "Blocks ads on any website, 100% free",
"permissions": [
"declarativeNetRequest",
"storage",
"tabs",
"webNavigation"
],
"host_permissions": [
"*:\/\/*.trip.com\/*",
"*:\/\/trip.com\/*",
"*:\/\/*.alibaba.com\/*",
"*:\/\/alibaba.com\/*"
],
"background": {
"service_worker": "background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ads_blocker",
"enabled": true,
"path": "rules.json"
}
]
},
"icons": {
"128": "icon128.png"
},
"action": {
"default_title": "Simplest Ad Blocker"
}
}