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": "YouTube Music Ad Blocker Shorts HotKeyboard Controller",
"version": "11.0",
"description": "Control YouTube Music Shorts Playback With HotKeys shortcuts Ad Blocker Controller",
"permissions": [
"tabs",
"management"
],
"host_permissions": [
"*:\/\/music.youtube.com\/*"
],
"action": [],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/music.youtube.com\/*"
],
"css": [
"styles.css"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "icon48.png"
},
"commands": {
"short_mode": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Toggle between short mode and continue song"
},
"stop_shorts": {
"suggested_key": {
"default": "Ctrl+Shift+Z",
"mac": "Command+Shift+Z"
},
"description": "Stop the shorts"
},
"play_pause": {
"suggested_key": {
"default": "Ctrl+Shift+Space",
"mac": "Command+Shift+Space"
},
"description": "Play\/Pause"
},
"add_to_liked_songs": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "Add to liked songs"
}
}
}