Kool Karaoke Tone Off

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

¿Qué es Kool Karaoke Tone Off?

Kool Karaoke Tone Off es una extensión de Chrome desarrollada por jk9, y su función principal es "Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Kool Karaoke Tone Off

Descarga archivos de extensión Kool Karaoke Tone Off en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Kool Karaoke Tone Off Kool Karaoke Tone Off
ID ajgpdimiokijpbbalknkgnfnpjcbfabk
URL Oficial https://chromewebstore.google.com/detail/kool-karaoke-tone-off/ajgpdimiokijpbbalknkgnfnpjcbfabk
Descripción Allows you to easily turn off the voice tone on karaoke songs from kool karaoke youtube channel.
Tamaño del Archivo 57.17 KB
Cantidad de Instalaciones 1,081
Versión Actual 0.0.1
Última Actualización 2019-10-24
Fecha de Publicación 2019-10-22
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador jk9
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}