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": "YouTube Shorts Blocker Pro 2025",
"short_name": "YTSB",
"version": "1.1",
"manifest_version": 3,
"description": "\ud83d\udeab Short distractions, \ud83c\udfaf full focus \u2013 block YouTube Shorts effortlessly for a better experience. \u2728",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"action": {
"default_icon": "icons\/128.png",
"default_title": "YTSB",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
"css\/jquery-confirm.css"
],
"js": [
"js\/jquery.min.js",
"js\/sweetAlert.min.js",
"js\/jquery-confirm.js",
"js\/script.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
}
}