Youtube disable lightsaber sound

Removes the annoying youtube lightsaber sound

Vad är Youtube disable lightsaber sound?

Youtube disable lightsaber sound är en Chrome-tillägg utvecklad av JustSomeThings, och dess huvudfunktion är "Removes the annoying youtube lightsaber sound".

Ladda ner Youtube disable lightsaber sound-förlängningens CRX-fil

Ladda ner Youtube disable lightsaber sound-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Youtube disable lightsaber sound Youtube disable lightsaber sound
ID eaamonkdclpjhbcjfpbkpgabpfdbijde
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde
Beskrivning Removes the annoying youtube lightsaber sound
Filstorlek 96.6 KB
Antal Installationer 472
Aktuell Version 1.0.3
Senast Uppdaterad 2016-01-05
Publiceringsdatum 2016-01-05
Betyg 4.55/5 Totalt 42 Betyg
Utvecklare JustSomeThings
Betalningssätt free
Stödda Språk 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
        }
    ]
}