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",
"name": "Youtube skip ads and more",
"description": "Enhance the Youtube experience by removing the irritating content and automate skip of Advertisements",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
]
}
]
}