Motherf_ck_ng Purple Lightsaber Plugin

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

What is Motherf_ck_ng Purple Lightsaber Plugin?

Motherf_ck_ng Purple Lightsaber Plugin is a Chrome extension developed by eduardo.u24, and its main feature is "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".

Extension Screenshots

screenshot

Download Motherf_ck_ng Purple Lightsaber Plugin Extension CRX File

Download Motherf_ck_ng Purple Lightsaber Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Changes the color of the Starwars Youtube to Purple.                    

Extension Basic Information

Name Motherf_ck_ng Purple Lightsaber Plugin Motherf_ck_ng Purple Lightsaber Plugin
ID babmpomfemkgahddjnhfjnoconiglpgc
Official URL 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.
File Size 3.42 KB
Installation Count 250
Current Version 1.0
Last Updated 2015-11-27
Publish Date 2015-11-27
Rating 2.94/5 Total 16 Ratings
Developer eduardo.u24
Payment Type free
Supported Languages 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\/*"
    ]
}