Motherf_ck_ng Purple Lightsaber Plugin

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

Co je Motherf_ck_ng Purple Lightsaber Plugin?

Motherf_ck_ng Purple Lightsaber Plugin je rozšíření Chrome vyvinuté eduardo.u24, a jeho hlavní funkcí je „This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Motherf_ck_ng Purple Lightsaber Plugin

Stáhněte si soubory rozšíření Motherf_ck_ng Purple Lightsaber Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Changes the color of the Starwars Youtube to Purple.                    

Základní Informace o Rozšíření

Název Motherf_ck_ng Purple Lightsaber Plugin Motherf_ck_ng Purple Lightsaber Plugin
ID babmpomfemkgahddjnhfjnoconiglpgc
Oficiální URL https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc
Popis This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Velikost souboru 3.42 KB
Počet instalací 250
Aktuální Verze 1.0
Poslední Aktualizace 2015-11-27
Datum Vydání 2015-11-27
Hodnocení 2.94/5 Celkem 16 Hodnocení
Vývojář eduardo.u24
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}