ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

ytClean | Modern YouTube Theme là gì?

ytClean | Modern YouTube Theme là một tiện ích mở rộng Chrome được phát triển bởi http://justinoboyle.com, và tính năng chính của nó là "A clean, modern look and feel for YouTube.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ytClean | Modern YouTube Theme

Tải xuống các tệp mở rộng ytClean | Modern YouTube Theme 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

                        ytClean provides a new and refreshing experience to YouTube.

Features:
- Darker theme to go easier on the eyes.
- The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel.

ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!                    

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

Tên ytClean | Modern YouTube Theme ytClean | Modern YouTube Theme
ID ibnledgdeclbdgjbjlmllphepfbopnmg
URL Chính Thức https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg
Mô tả A clean, modern look and feel for YouTube.
Kích Thước Tệp 293 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 3.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển http://justinoboyle.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/justinoboyle/ytClean/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ytClean | Modern YouTube Theme",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A clean, modern look and feel for YouTube.",
    "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}