Kool Karaoke Tone Off

Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.

What is Kool Karaoke Tone Off?

Kool Karaoke Tone Off is a Chrome extension developed by jk9, and its main feature is "Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.".

Extension Screenshots

screenshot

Download Kool Karaoke Tone Off Extension CRX File

Download Kool Karaoke Tone Off extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Kool karaoke tone off extension is used to turn off the voice(melody)tone on select karaoke music videos made by Kool karaoke Youtube channel. Simply click the Kool karaoke icon and press the left arrow to turn off the tone.The tone will remain off on all new videos reloaded on the same tab (if the karaoke song has the feature).To turn the tone on, simply click the right arrow.                    

Extension Basic Information

Name Kool Karaoke Tone Off Kool Karaoke Tone Off
ID ajgpdimiokijpbbalknkgnfnpjcbfabk
Official URL https://chromewebstore.google.com/detail/kool-karaoke-tone-off/ajgpdimiokijpbbalknkgnfnpjcbfabk
Description Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.
File Size 57.17 KB
Installation Count 1,081
Current Version 0.0.1
Last Updated 2019-10-24
Publish Date 2019-10-22
Rating 5.00/5 Total 1 Ratings
Developer jk9
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "250": "sound.png"
        },
        "default_popup": "popup.html",
        "default_title": "Kool Karaoke Tone Off"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.",
    "manifest_version": 2,
    "name": "Kool Karaoke Tone Off",
    "short_name": "Kool Karaoke Tone Off",
    "version": "0.0.1"
}