Motherf_ck_ng Purple Lightsaber Plugin
This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Wat is Motherf_ck_ng Purple Lightsaber Plugin?
Motherf_ck_ng Purple Lightsaber Plugin is een Chrome-extensie ontwikkeld door eduardo.u24, en de belangrijkste functie is "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Motherf_ck_ng Purple Lightsaber Plugin
Download Motherf_ck_ng Purple Lightsaber Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Changes the color of the Starwars Youtube to Purple.
Basisinformatie over de Extensie
Naam | |
ID | babmpomfemkgahddjnhfjnoconiglpgc |
Officiële URL | https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc |
Beschrijving | This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar. |
Bestandsgrootte | 3.42 KB |
Aantal Installaties | 250 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-27 |
Publicatiedatum | 2015-11-27 |
Beoordeling | 2.94/5 Totaal 16 Beoordelingen |
Ontwikkelaar | eduardo.u24 |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |