Minimal Youtube theme

Make youtube boring and calm

Minimal Youtube theme là gì?

Minimal Youtube theme là một tiện ích mở rộng Chrome được phát triển bởi Rafi, và tính năng chính của nó là "Make youtube boring and calm".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minimal Youtube theme

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

                        It hides some elements in the youtube to make it less distracting and more enjoyable.                    

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

Tên Minimal Youtube theme Minimal Youtube theme
ID ccplmbjcmgejfkggenhjagijijklnacm
URL Chính Thức https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm
Mô tả Make youtube boring and calm
Kích Thước Tệp 26.36 KB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-09-07
Ngày Phát Hành 2022-08-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Rafi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Rafi993/minimal-youtube-theme
URL Trang Trợ Giúp https://github.com/Rafi993/minimal-youtube-theme/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal Youtube theme",
    "description": "Make youtube boring and calm",
    "version": "0.0.3",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "main.10a003bc.css"
            ],
            "js": [
                "main.da0dd1a7.js"
            ]
        }
    ],
    "action": {
        "default_title": "Options",
        "default_popup": "options.818d1ab0.html"
    },
    "icons": {
        "16": "icon16.cf8ed879.png",
        "32": "icon32.1f1b0c61.png",
        "48": "icon48.6b8809b5.png",
        "128": "icon128.12662906.png"
    }
}