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": "AdBlocker for YouTube\u2122 \u2013 Block All Video Ads & Skip Ads",
"version": "1.0.4",
"description": "Blocks YouTube\u2122 video ads (pre-roll, mid-roll), removes banners and overlays.",
"default_locale": "en",
"permissions": [
"storage",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*",
"https:\/\/youtu.be\/*"
],
"background": {
"service_worker": "dist\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"dist\/content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_icon": {
"32": "icon.png"
},
"default_popup": "popup.html"
},
"icons": {
"32": "icon.png",
"48": "48.png",
"128": "128.png"
}
}