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": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.8.2",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"96": "96.png",
"128": "128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "YouTube Blocker"
},
"offline_enabled": true,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"clear-youtube.cs.js"
],
"run_at": "document_end"
}
]
}