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": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.1.0",
"action": {
"default_title": "__MSG_extensionName__",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "js\/background\/service-worker.js"
},
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*"
],
"commands": {
"activate-blocker": {
"suggested_key": {
"default": "Alt+S"
},
"description": "Re\u2011inject Shorts blocker"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self';"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*"
],
"js": [
"content\/hide-shorts.js"
],
"css": [
"content\/hide-shorts.css"
],
"run_at": "document_end"
}
],
"homepage_url": "https:\/\/block-youtube-shorts.pdfwork.com",
"default_locale": "en"
}