Channel Blocker
Block irrelevant channels from the home page of youtube.
Channel Blocker là gì?
Channel Blocker là một tiện ích mở rộng Chrome được phát triển bởi xanderjakeq, và tính năng chính của nó là "Block irrelevant channels from the home page of youtube.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Channel Blocker
Tải xuống các tệp mở rộng Channel Blocker 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
Stay productive while on Youtube by blocking distracting or irrelevant content from specific channels out of your homepage. You can't click on them if can't see them.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Channel Blocker |
ID | bdcfpamdaoifippnlppibiejaagbihon |
URL Chính Thức | https://chromewebstore.google.com/detail/channel-blocker/bdcfpamdaoifippnlppibiejaagbihon |
Mô tả | Block irrelevant channels from the home page of youtube. |
Kích Thước Tệp | 10.86 KB |
Số Lần Cài Đặt | 1,636 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2022-06-21 |
Ngày Phát Hành | 2019-09-04 |
Đánh Giá | 1.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | xanderjakeq |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/thelostcreatives/youtube_channel_blocker |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Channel Blocker", "author": "1o1.wtf [https:\/\/github.com\/thelostcreatives]", "description": "Block irrelevant channels from the home page of youtube.", "version": "1.1.1", "action": { "default_popup": "popup.html", "default_icon": { "48": "\/icon.png" } }, "permissions": [ "notifications", "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" } } |