Youtube disable lightsaber sound

Removes the annoying youtube lightsaber sound

Qu'est-ce que Youtube disable lightsaber sound ?

Youtube disable lightsaber sound est une extension Chrome développée par JustSomeThings, et sa fonction principale est "Removes the annoying youtube lightsaber sound".

Télécharger le fichier CRX de l'extension Youtube disable lightsaber sound

Téléchargez les fichiers d'extension Youtube disable lightsaber sound 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

                        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.                    

Informations de Base sur l'Extension

Nom Youtube disable lightsaber sound Youtube disable lightsaber sound
ID eaamonkdclpjhbcjfpbkpgabpfdbijde
URL Officiel https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde
Description Removes the annoying youtube lightsaber sound
Taille du Fichier 96.6 KB
Nombre d'Installations 472
Version Actuelle 1.0.3
Dernière Mise à Jour 2016-01-05
Date de Publication 2016-01-05
Évaluation 4.55/5 Total 42 Évaluations
Développeur JustSomeThings
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}