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 là gì?

Motherf_ck_ng Purple Lightsaber Plugin là một tiện ích mở rộng Chrome được phát triển bởi eduardo.u24, và tính năng chính của nó là "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Motherf_ck_ng Purple Lightsaber Plugin

Tải xuống các tệp mở rộng Motherf_ck_ng Purple Lightsaber Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Changes the color of the Starwars Youtube to Purple.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Motherf_ck_ng Purple Lightsaber Plugin Motherf_ck_ng Purple Lightsaber Plugin
ID babmpomfemkgahddjnhfjnoconiglpgc
URL Chính Thức https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc
Mô tả This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
Kích Thước Tệp 3.42 KB
Số Lần Cài Đặt 250
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-27
Ngày Phát Hành 2015-11-27
Đánh Giá 2.94/5 Tổng số 16 Đánh Giá
Nhà Phát Triển eduardo.u24
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}