WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Karaoke – Remove Vocals & Live Lyrics

YouTube Karaoke – Remove Vocals & Live Lyrics

View on Chrome Web Store
View YouTube Karaoke – Remove Vocals & Live Lyrics Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 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.

Turn YouTube into Karaoke! Remove vocals from any music video and sing along with real-time synced lyrics.
Type
Extension
Users
41 users
5
Moonshots LLC
View author page of Moonshots LLC
Published
Published on January 6, 2026
Version 1.16
Manifest version
3
Updated
Updated on March 2, 2026
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Karaoke – Remove Vocals & Live Lyrics 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 Karaoke \u2013 Remove Vocals & Live Lyrics",
    "version": "1.16",
    "description": "Turn YouTube into Karaoke! Remove vocals from any music video and sing along with real-time synced lyrics.",
    "permissions": [
        "activeTab",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "https:\/\/lrclib.net\/*",
        "https:\/\/api.lemonsqueezy.com\/*",
        "https:\/\/*.r2.cloudflarestorage.com\/*",
        "https:\/\/*.railway.app\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open Karaoke Settings"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 2026 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