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",
"manifest_version": 3,
"name": "YouTube Adblock by Friendly",
"description": "Block ads on YouTube. Auto skip video ads. Auto hide banner ads. Our Adblocker Skipper also blocks ads in embedded videos.",
"version": "1.0.1",
"short_name": "Friendly",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Friendly YouTube Adblock",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"content-scripts\/youtube-ad-blocker.js"
]
}
]
}