Kool Karaoke Tone Off

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

Qu'est-ce que Kool Karaoke Tone Off ?

Kool Karaoke Tone Off est une extension Chrome développée par jk9, et sa fonction principale est "Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kool Karaoke Tone Off

Téléchargez les fichiers d'extension Kool Karaoke Tone Off au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kool Karaoke Tone Off Kool Karaoke Tone Off
ID ajgpdimiokijpbbalknkgnfnpjcbfabk
URL Officiel 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.
Taille du Fichier 57.17 KB
Nombre d'Installations 1,081
Version Actuelle 0.0.1
Dernière Mise à Jour 2019-10-24
Date de Publication 2019-10-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur jk9
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}