Motherf_ck_ng Purple Lightsaber Plugin
This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Co to jest Motherf_ck_ng Purple Lightsaber Plugin?
Motherf_ck_ng Purple Lightsaber Plugin to rozszerzenie Chrome opracowane przez eduardo.u24, a jego główną funkcją jest „This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Motherf_ck_ng Purple Lightsaber Plugin
Pobierz pliki rozszerzeń Motherf_ck_ng Purple Lightsaber Plugin 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
Changes the color of the Starwars Youtube to Purple.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | babmpomfemkgahddjnhfjnoconiglpgc |
Oficjalny URL | https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc |
Opis | This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar. |
Rozmiar pliku | 3.42 KB |
Liczba instalacji | 250 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-11-27 |
Data Publikacji | 2015-11-27 |
Ocena | 2.94/5 Łącznie 16 Oceny |
Deweloper | eduardo.u24 |
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": "Motherf_ck_ng Purple Lightsaber Plugin", "description": "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.", "version": "1.0", "content_scripts": [ { "css": [ "purplelightsaber.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ] } |