White Youtube Theater

Simply turns the ugly black theater background on youtube videos into a white one.

White Youtube Theater là gì?

White Youtube Theater là một tiện ích mở rộng Chrome được phát triển bởi Matty, và tính năng chính của nó là "Simply turns the ugly black theater background on youtube videos into a white one.".

Ả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 White Youtube Theater

Tải xuống các tệp mở rộng White Youtube Theater 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

                        Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.                    

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

Tên White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
URL Chính Thức https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Mô tả Simply turns the ugly black theater background on youtube videos into a white one.
Kích Thước Tệp 11.65 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-08-12
Ngày Phát Hành 2017-08-11
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Matty
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": "White Youtube Theater",
    "version": "0.0.2",
    "description": "Simply turns the ugly black theater background on youtube videos into a white one.",
    "icons": {
        "64": "icon64.png"
    },
    "author": "Matty",
    "browser_action": {
        "default_icon": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}