Motherf_ck_ng Purple Lightsaber Plugin

This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.

Cos'è Motherf_ck_ng Purple Lightsaber Plugin?

Motherf_ck_ng Purple Lightsaber Plugin è un'estensione di Chrome sviluppata da eduardo.u24, e la sua funzione principale è "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Motherf_ck_ng Purple Lightsaber Plugin

Scarica i file di estensione Motherf_ck_ng Purple Lightsaber Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Changes the color of the Starwars Youtube to Purple.                    

Informazioni di Base sull'Estensione

Nome Motherf_ck_ng Purple Lightsaber Plugin Motherf_ck_ng Purple Lightsaber Plugin
ID babmpomfemkgahddjnhfjnoconiglpgc
URL Ufficiale https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc
Descrizione This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Dimensione del File 3.42 KB
Conteggio Installazioni 250
Versione Corrente 1.0
Ultimo Aggiornamento 2015-11-27
Data di Pubblicazione 2015-11-27
Valutazione 2.94/5 Totale 16 Valutazioni
Sviluppatore eduardo.u24
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}