Youtube disable lightsaber sound

Removes the annoying youtube lightsaber sound

Wat is Youtube disable lightsaber sound?

Youtube disable lightsaber sound is een Chrome-extensie ontwikkeld door JustSomeThings, en de belangrijkste functie is "Removes the annoying youtube lightsaber sound".

Download het CRX-bestand van de extensie Youtube disable lightsaber sound

Download Youtube disable lightsaber sound-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube disable lightsaber sound Youtube disable lightsaber sound
ID eaamonkdclpjhbcjfpbkpgabpfdbijde
Officiële URL https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde
Beschrijving Removes the annoying youtube lightsaber sound
Bestandsgrootte 96.6 KB
Aantal Installaties 472
Huidige Versie 1.0.3
Laatst Bijgewerkt 2016-01-05
Publicatiedatum 2016-01-05
Beoordeling 4.55/5 Totaal 42 Beoordelingen
Ontwikkelaar JustSomeThings
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}