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": "SkipIt Adblocker for Youtube",
"description": "Skip all YouTube ads instantly with SkitIt \u2013 fast, secure, and seamless ad-free streaming.",
"version": "1.5.3",
"icons": {
"128": "icon1.png",
"256": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"*.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"content.js",
"jquery-3.7.1.min.js"
],
"run_at": "document_start"
}
]
}