Remove YouTube Scammers
Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Remove YouTube Scammers là gì?
Remove YouTube Scammers là một tiện ích mở rộng Chrome được phát triển bởi Ashley Rudland, và tính năng chính của nó là "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.".
Ả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 Remove YouTube Scammers
Tải xuống các tệp mở rộng Remove YouTube Scammers 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
Watches the comments that appear on YouTube and removes those where the user is trying to impersonate the Channel author.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove YouTube Scammers |
ID | leemddogjnkjmomaefhchjefjpognndh |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh |
Mô tả | Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers. |
Kích Thước Tệp | 15.86 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-04-10 |
Ngày Phát Hành | 2021-04-10 |
Nhà Phát Triển | Ashley Rudland |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove YouTube Scammers", "description": "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.", "version": "1.0.0", "author": "Ashley Rudland", "browser_action": { "default_title": "Remove YouTube Scammers" }, "permissions": [ "tabs", "webNavigation", "https:\/\/www.youtube.com\/*" ], "background": { "scripts": [ "extension.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |