WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Music Ad Blocker Shorts HotKeyboard Controller

YouTube Music Ad Blocker Shorts HotKeyboard Controller

View on Chrome Web Store
View YouTube Music Ad Blocker Shorts HotKeyboard Controller Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Control YouTube Music Shorts Playback With HotKeys shortcuts Ad Blocker Controller
Type
Extension
Users
197 users
8
Krishnasai Vadde
View author page of Krishnasai Vadde
Published
Published on December 19, 2024
Version 11.0
Manifest version
3
Updated
Updated on January 7, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View YouTube Music Ad Blocker Shorts HotKeyboard Controller Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top