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\/*"
    ]
}