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": "AdShield - Ultimate Ad Blocker for YouTube",
"version": "2.88",
"description": "Block and remove YouTube video ads",
"permissions": [
"declarativeNetRequest",
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "easylist_rules",
"enabled": true,
"path": "rules3.json"
}
]
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
}
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"web_accessible_resources": [
{
"resources": [
"utils.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"yt.js"
],
"run_at": "document_start"
}
]
}