CommentBlock
Block spam/scam YouTube comments
CommentBlock là gì?
CommentBlock là một tiện ích mở rộng Chrome được phát triển bởi Xenova, và tính năng chính của nó là "Block spam/scam YouTube comments".
Ả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 CommentBlock
Tải xuống các tệp mở rộng CommentBlock 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
CommentBlock is an open-source browser extension that automatically blocks spam/scam YouTube comments.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CommentBlock |
ID | pnhkbjdbaioddkchelkolhbhcmlibjfb |
URL Chính Thức | https://chromewebstore.google.com/detail/commentblock/pnhkbjdbaioddkchelkolhbhcmlibjfb |
Mô tả | Block spam/scam YouTube comments |
Kích Thước Tệp | 400 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2023-02-28 |
Ngày Phát Hành | 2023-02-13 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Xenova |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/xenova/commentblock |
URL Trang Trợ Giúp | https://github.com/xenova/commentblock |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CommentBlock", "description": "Block spam\/scam YouTube comments", "version": "0.0.3", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "css": [ "styles\/style.css" ], "js": [ "scripts\/defaults.js", "scripts\/utils.js", "scripts\/storage.js", "scripts\/labels.js", "scripts\/preprocess.js", "scripts\/emojis.js", "scripts\/detection.js", "scripts\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "action": { "default_icon": { "16": "icons\/icon.png", "24": "icons\/icon.png", "32": "icons\/icon.png", "128": "icons\/icon-128x128.png" }, "default_title": "CommentBlock", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "64": "icons\/icon.png", "128": "icons\/icon-128x128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |