Motherf_ck_ng Purple Lightsaber Plugin

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

Apa itu Motherf_ck_ng Purple Lightsaber Plugin?

Motherf_ck_ng Purple Lightsaber Plugin adalah ekstensi Chrome yang dikembangkan oleh eduardo.u24, dan fitur utamanya adalah "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Motherf_ck_ng Purple Lightsaber Plugin

Unduh file ekstensi Motherf_ck_ng Purple Lightsaber Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Changes the color of the Starwars Youtube to Purple.                    

Informasi Dasar Ekstensi

Nama Motherf_ck_ng Purple Lightsaber Plugin Motherf_ck_ng Purple Lightsaber Plugin
ID babmpomfemkgahddjnhfjnoconiglpgc
URL Resmi https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc
Deskripsi This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Ukuran File 3.42 KB
Jumlah Instalasi 250
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-27
Tanggal Publikasi 2015-11-27
Penilaian 2.94/5 Total 16 Penilaian
Pengembang eduardo.u24
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}