Motherf_ck_ng Purple Lightsaber Plugin
This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Qu'est-ce que Motherf_ck_ng Purple Lightsaber Plugin ?
Motherf_ck_ng Purple Lightsaber Plugin est une extension Chrome développée par eduardo.u24, et sa fonction principale est "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Motherf_ck_ng Purple Lightsaber Plugin
Téléchargez les fichiers d'extension Motherf_ck_ng Purple Lightsaber Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Changes the color of the Starwars Youtube to Purple.
Informations de Base sur l'Extension
Nom | |
ID | babmpomfemkgahddjnhfjnoconiglpgc |
URL Officiel | https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc |
Description | This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar. |
Taille du Fichier | 3.42 KB |
Nombre d'Installations | 250 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-27 |
Date de Publication | 2015-11-27 |
Évaluation | 2.94/5 Total 16 Évaluations |
Développeur | eduardo.u24 |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |