Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

Youtube-No-Suggestions là gì?

Youtube-No-Suggestions là một tiện ích mở rộng Chrome được phát triển bởi msbrown, và tính năng chính của nó là "Removes suggested videos from the Youtube interface.".

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

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

                        Spending too many mindless hours hooked on youtube videos? This extension removes all suggested videos from youtube.com                    

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

Tên Youtube-No-Suggestions Youtube-No-Suggestions
ID gbppnbcbbicnmdeapmagkaophailaeij
URL Chính Thức https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij
Mô tả Removes suggested videos from the Youtube interface.
Kích Thước Tệp 3.15 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-05-29
Ngày Phát Hành 2017-05-28
Nhà Phát Triển msbrown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mbrown1413/Youtube-No-Suggest
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Removes suggested videos from the Youtube interface.",
    "manifest_version": 2,
    "name": "Youtube-No-Suggestions",
    "version": "1.0",
    "homepage_url": "https:\/\/github.com\/mbrown1413\/Youtube-No-Suggest",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "remove_suggestions.css"
            ]
        }
    ]
}