Youtube disable lightsaber sound

Removes the annoying youtube lightsaber sound

¿Qué es Youtube disable lightsaber sound?

Youtube disable lightsaber sound es una extensión de Chrome desarrollada por JustSomeThings, y su función principal es "Removes the annoying youtube lightsaber sound".

Descargar Archivo CRX de la Extensión Youtube disable lightsaber sound

Descarga archivos de extensión Youtube disable lightsaber sound 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

                        1.0.3 UPDATE: YouTube made a change and broke the extension for a few hours today. MiJyn has fixed it and we are back up and running!

This tiny little extension simply disables the annoying lightsaber sound that YouTube plays when adjusting the volume after you've enabled Star Wars mode.

Extension written by MiJyn and originally distributed via Wordpress at https://lkubuntu.wordpress.com/2015/12/07/how-to-remove-the-annoying-youtube-lightsaber-sound/

Uploaded here with the permission of MiJyn.                    

Información Básica de la Extensión

Nombre Youtube disable lightsaber sound Youtube disable lightsaber sound
ID eaamonkdclpjhbcjfpbkpgabpfdbijde
URL Oficial https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde
Descripción Removes the annoying youtube lightsaber sound
Tamaño del Archivo 96.6 KB
Cantidad de Instalaciones 472
Versión Actual 1.0.3
Última Actualización 2016-01-05
Fecha de Publicación 2016-01-05
Calificación 4.55/5 Total de 42 Calificaciones
Desarrollador JustSomeThings
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube disable lightsaber sound",
    "description": "Removes the annoying youtube lightsaber sound",
    "version": "1.0.3",
    "permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}