Youtube disable lightsaber sound
Removes the annoying youtube lightsaber sound
Co to jest Youtube disable lightsaber sound?
Youtube disable lightsaber sound to rozszerzenie Chrome opracowane przez JustSomeThings, a jego główną funkcją jest „Removes the annoying youtube lightsaber sound”.
Pobierz plik CRX rozszerzenia Youtube disable lightsaber sound
Pobierz pliki rozszerzeń Youtube disable lightsaber sound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eaamonkdclpjhbcjfpbkpgabpfdbijde |
Oficjalny URL | https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde |
Opis | Removes the annoying youtube lightsaber sound |
Rozmiar pliku | 96.6 KB |
Liczba instalacji | 472 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2016-01-05 |
Data Publikacji | 2016-01-05 |
Ocena | 4.55/5 Łącznie 42 Oceny |
Deweloper | JustSomeThings |
Typ Płatności | free |
Obsługiwane Języki | 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 } ] } |