Motherf_ck_ng Purple Lightsaber Plugin
This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Was ist Motherf_ck_ng Purple Lightsaber Plugin?
Motherf_ck_ng Purple Lightsaber Plugin ist eine Chrome-Erweiterung, die von eduardo.u24 entwickelt wurde, und ihr Hauptmerkmal ist "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".
Erweiterungsscreenshots
Motherf_ck_ng Purple Lightsaber Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Motherf_ck_ng Purple Lightsaber Plugin-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
Changes the color of the Starwars Youtube to Purple.
Grundlegende Informationen zur Erweiterung
Name | |
ID | babmpomfemkgahddjnhfjnoconiglpgc |
Offizielle URL | https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc |
Beschreibung | This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar. |
Dateigröße | 3.42 KB |
Installationsanzahl | 250 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-11-27 |
Veröffentlichungsdatum | 2015-11-27 |
Bewertung | 2.94/5 Insgesamt 16 Bewertungen |
Entwickler | eduardo.u24 |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |