Youtube disable lightsaber sound

Removes the annoying youtube lightsaber sound

Was ist Youtube disable lightsaber sound?

Youtube disable lightsaber sound ist eine Chrome-Erweiterung, die von JustSomeThings entwickelt wurde, und ihr Hauptmerkmal ist "Removes the annoying youtube lightsaber sound".

Youtube disable lightsaber sound-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube disable lightsaber sound-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Youtube disable lightsaber sound Youtube disable lightsaber sound
ID eaamonkdclpjhbcjfpbkpgabpfdbijde
Offizielle URL https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde
Beschreibung Removes the annoying youtube lightsaber sound
Dateigröße 96.6 KB
Installationsanzahl 472
Aktuelle Version 1.0.3
Letztes Update 2016-01-05
Veröffentlichungsdatum 2016-01-05
Bewertung 4.55/5 Insgesamt 42 Bewertungen
Entwickler JustSomeThings
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}