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": "3.3.7",
"description": "Skip the ads. Watch YouTube. Block pre-roll, mid-roll, and banner ads instantly. Fast, lightweight, privacy-focused.",
"permissions": [
"declarativeNetRequest",
"storage",
"tabs",
"scripting"
],
"optional_permissions": [
"alarms"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"optional_host_permissions": [
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "easylist_rules",
"enabled": true,
"path": "dist\/rules\/rules.json"
}
]
},
"background": {
"service_worker": "dist\/background\/background.js"
},
"action": {
"default_popup": "dist\/popup\/popup.html",
"default_icon": {
"16": "dist\/icons\/16.png",
"32": "dist\/icons\/32.png",
"48": "dist\/icons\/48.png",
"64": "dist\/icons\/64.png",
"128": "dist\/icons\/128.png",
"256": "dist\/icons\/256.png",
"512": "dist\/icons\/512.png"
}
},
"icons": {
"16": "dist\/icons\/16.png",
"32": "dist\/icons\/32.png",
"48": "dist\/icons\/48.png",
"64": "dist\/icons\/64.png",
"128": "dist\/icons\/128.png",
"256": "dist\/icons\/256.png",
"512": "dist\/icons\/512.png"
},
"externally_connectable": {
"matches": [
"*:\/\/adpocalypse.net\/*",
"*:\/\/*.adpocalypse.net\/*"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"dist\/content\/3af78e1e-dad0-412c-b026-09959b7d5e38.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/content\/a1b2c3d4-e5f6-7890-abcd-ef1234567890.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
},
{
"resources": [
"dist\/classic\/utils.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
]
}