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",
"name": "Block Shorts - No more unwanted Shorts",
"version": "1.4",
"manifest_version": 3,
"description": "Remove Shorts from your YouTube desktop experience.",
"permissions": [],
"icons": {
"128": "128.png"
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"script.js"
],
"css": [
"style.css"
]
}
]
}