YouTube No Context

This removes YouTube's context/clarify box

YouTube No Context là gì?

YouTube No Context là một tiện ích mở rộng Chrome được phát triển bởi Brent, và tính năng chính của nó là "This removes YouTube's context/clarify box".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube No Context

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

                        Just a plugin to de-clutter YouTube's watch page by removing the context (aka clarify) box. I just want to get rid of all the clutter going on :)                    

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

Tên YouTube No Context YouTube No Context
ID dnlffelklagnbdjpcbhfdbangccjmhhh
URL Chính Thức https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh
Mô tả This removes YouTube's context/clarify box
Kích Thước Tệp 3.7 KB
Số Lần Cài Đặt 1,259
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-08-08
Ngày Phát Hành 2022-08-08
Đánh Giá 5.00/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Brent
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/BrentFarris/youtube-no-context
URL Trang Trợ Giúp https://github.com/BrentFarris/youtube-no-context/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube No Context",
    "action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 3,
    "version": "1.0",
    "description": "This removes YouTube's context\/clarify box",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}