Motherf_ck_ng Purple Lightsaber Plugin

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

什么是Motherf_ck_ng Purple Lightsaber Plugin?

Motherf_ck_ng Purple Lightsaber Plugin是由eduardo.u24开发的Chrome扩展程序,该扩展的主要功能是“This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.”。

扩展截图

screenshot

下载Motherf_ck_ng Purple Lightsaber Plugin扩展crx文件

下载Motherf_ck_ng Purple Lightsaber Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Changes the color of the Starwars Youtube to Purple.                    

扩展基本信息

名称 Motherf_ck_ng Purple Lightsaber Plugin Motherf_ck_ng Purple Lightsaber Plugin
ID babmpomfemkgahddjnhfjnoconiglpgc
官方URL https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc
简介 This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
文件大小 3.42 KB
安装次数 250
当前版本 1.0
更新时间 2015-11-27
上架时间 2015-11-27
评分 2.94/5 共16次评分
开发者 eduardo.u24
付费类型 free
支持的语言 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\/*"
    ]
}