Zen YouTube: Distraction free youtube

Removes feed and recommendations from YouTube so that you can have a distraction free focused session

Zen YouTube: Distraction free youtube là gì?

Zen YouTube: Distraction free youtube là một tiện ích mở rộng Chrome được phát triển bởi Vishnu Gt, và tính năng chính của nó là "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zen YouTube: Distraction free youtube

Tải xuống các tệp mở rộng Zen YouTube: 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 helps you have a distraction free YouTube session by removing the recommendations and your home page feed so that you don't end up watching YouTube for hours.

Github Link: https://github.com/vishnugt/Zen-Youtube                    

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

Tên Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
URL Chính Thức https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
Mô tả Removes feed and recommendations from YouTube so that you can have a distraction free focused session
Kích Thước Tệp 10.31 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2021-10-24
Đánh Giá 5.00/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Vishnu Gt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vishnugt/Zen-Youtube
URL Trang Trợ Giúp https://github.com/vishnugt/Zen-Youtube
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen YouTube: Distraction free youtube",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Removes feed and recommendations from YouTube so that you can have a distraction free focused session",
    "homepage_url": "https:\/\/github.com\/vishnugt\/Zen-Youtube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ]
}