Distraction Free YouTube

YouTube with less distraction!

Distraction Free YouTube là gì?

Distraction Free YouTube là một tiện ích mở rộng Chrome được phát triển bởi developer.4af2c, và tính năng chính của nó là "YouTube with less distraction!".

Ả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 Distraction Free YouTube

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

                        This extension blocks the home page, explore page, side bar, end screen video tile, and YouTube Shorts.

the project is open source: https://github.com/dwssv/distraction-free-youtube                    

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

Tên Distraction Free YouTube Distraction Free YouTube
ID cjfomfbgjppmmipmjdfpcjlilpjbahli
URL Chính Thức https://chromewebstore.google.com/detail/distraction-free-youtube/cjfomfbgjppmmipmjdfpcjlilpjbahli
Mô tả YouTube with less distraction!
Kích Thước Tệp 484 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-05-14
Ngày Phát Hành 2022-03-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển developer.4af2c
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Distraction Free YouTube",
    "description": "YouTube with less distraction!",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}