ScamBlock
Verifies Youtube comments and warns you about possible scams.
ScamBlock là gì?
ScamBlock là một tiện ích mở rộng Chrome được phát triển bởi Szakacs David, và tính năng chính của nó là "Verifies Youtube comments and warns you about possible scams.".
Ả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 ScamBlock
Tải xuống các tệp mở rộng ScamBlock 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
ScamBlock helps you detect possible scam attempts in the comment sections of videos on Youtube.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ScamBlock |
ID | immamhckondkpkgljoaiobikjepjomoo |
URL Chính Thức | https://chromewebstore.google.com/detail/scamblock/immamhckondkpkgljoaiobikjepjomoo |
Mô tả | Verifies Youtube comments and warns you about possible scams. |
Kích Thước Tệp | 51.07 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-04-19 |
Ngày Phát Hành | 2021-04-19 |
Nhà Phát Triển | Szakacs David |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.buymeacoffee.com/scamblock |
Ngôn Ngữ Được Hỗ Trợ | id,de,en,fr,es,hu,pl,ro,ru,hi,ar,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0", "icons": { "32": "icons\/scamblock-32.png", "48": "icons\/scamblock-48.png", "96": "icons\/scamblock-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch*" ], "js": [ "jquery-3.6.0.min.js", "detect.js" ] } ], "browser_action": { "default_icon": "icons\/scamblock-32.png", "default_title": "ScamBlock" } } |