Youtube disable lightsaber sound

Removes the annoying youtube lightsaber sound

O que é Youtube disable lightsaber sound?

Youtube disable lightsaber sound é uma extensão do Chrome desenvolvida por JustSomeThings, e sua principal característica é "Removes the annoying youtube lightsaber sound".

Baixar o arquivo CRX da Extensão Youtube disable lightsaber sound

Baixe arquivos de extensão Youtube disable lightsaber sound no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Youtube disable lightsaber sound Youtube disable lightsaber sound
ID eaamonkdclpjhbcjfpbkpgabpfdbijde
URL Oficial https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde
Descrição Removes the annoying youtube lightsaber sound
Tamanho do Arquivo 96.6 KB
Contagem de Instalações 472
Versão Atual 1.0.3
Última Atualização 2016-01-05
Data de Publicação 2016-01-05
Classificação 4.55/5 Total de 42 Avaliações
Desenvolvedor JustSomeThings
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}