YouTube: No Shorts, No Community, No Nonsense

Disables different sections for a more enjoyable experience.

YouTube: No Shorts, No Community, No Nonsense là gì?

YouTube: No Shorts, No Community, No Nonsense là một tiện ích mở rộng Chrome được phát triển bởi Oh Thomas, và tính năng chính của nó là "Disables different sections for a more enjoyable experience.".

Ả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 YouTube: No Shorts, No Community, No Nonsense

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

                        Choose which sections you'd like to block from loading to save your sanity from the gobble-de-gook they attract. Don't let unwanted content take up your time and space.

Source code: 
https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense                    

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

Tên YouTube: No Shorts, No Community, No Nonsense YouTube: No Shorts, No Community, No Nonsense
ID ailbpknjjkdokgecbhhdcmgponjnkaon
URL Chính Thức https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon
Mô tả Disables different sections for a more enjoyable experience.
Kích Thước Tệp 35.86 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.6660
Cập Nhật Lần Cuối 2023-11-01
Ngày Phát Hành 2023-10-07
Nhà Phát Triển Oh Thomas
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube: No Shorts, No Community, No Nonsense",
    "description": "Disables different sections for a more enjoyable experience.",
    "version": "0.6660",
    "author": "Oh Thomas",
    "action": {
        "default_popup": ".\/dsc.html",
        "default_icon": {
            "16": ".\/images\/dsc16halloween.png",
            "32": ".\/images\/dsc32halloween.png",
            "48": ".\/images\/dsc48halloween.png",
            "64": ".\/images\/dsc64halloween.png",
            "96": ".\/images\/dsc96halloween.png",
            "128": ".\/images\/dsc128halloween.png"
        }
    },
    "icons": {
        "16": ".\/images\/dsc16halloween.png",
        "32": ".\/images\/dsc32halloween.png",
        "64": ".\/images\/dsc64halloween.png",
        "96": ".\/images\/dsc96halloween.png",
        "128": ".\/images\/dsc128halloween.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                ".\/dsc.js"
            ],
            "css": [
                ".\/dsc.css"
            ]
        }
    ]
}