Youtube disable lightsaber sound
Removes the annoying youtube lightsaber sound
Cos'è Youtube disable lightsaber sound?
Youtube disable lightsaber sound è un'estensione di Chrome sviluppata da JustSomeThings, e la sua funzione principale è "Removes the annoying youtube lightsaber sound".
Scarica il file CRX dell'estensione Youtube disable lightsaber sound
Scarica i file di estensione Youtube disable lightsaber sound in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | eaamonkdclpjhbcjfpbkpgabpfdbijde |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde |
Descrizione | Removes the annoying youtube lightsaber sound |
Dimensione del File | 96.6 KB |
Conteggio Installazioni | 472 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2016-01-05 |
Data di Pubblicazione | 2016-01-05 |
Valutazione | 4.55/5 Totale 42 Valutazioni |
Sviluppatore | JustSomeThings |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |