Kool Karaoke Tone Off

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

Cos'è Kool Karaoke Tone Off?

Kool Karaoke Tone Off è un'estensione di Chrome sviluppata da jk9, e la sua funzione principale è "Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kool Karaoke Tone Off

Scarica i file di estensione Kool Karaoke Tone Off in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kool Karaoke Tone Off Kool Karaoke Tone Off
ID ajgpdimiokijpbbalknkgnfnpjcbfabk
URL Ufficiale https://chromewebstore.google.com/detail/kool-karaoke-tone-off/ajgpdimiokijpbbalknkgnfnpjcbfabk
Descrizione Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.
Dimensione del File 57.17 KB
Conteggio Installazioni 1,081
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-10-24
Data di Pubblicazione 2019-10-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jk9
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}