Remove YouTube Scammers
Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
Remove YouTube Scammersคืออะไร?
Remove YouTube Scammers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashley Rudland และคุณลักษณะหลักของมันคือ "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove YouTube Scammers
ดาวน์โหลดไฟล์ส่วนขยาย Remove YouTube Scammers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watches the comments that appear on YouTube and removes those where the user is trying to impersonate the Channel author.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Remove YouTube Scammers |
ID | leemddogjnkjmomaefhchjefjpognndh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh |
คำอธิบาย | Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers. |
ขนาดไฟล์ | 15.86 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-04-10 |
วันที่เผยแพร่ | 2021-04-10 |
ผู้พัฒนา | Ashley Rudland |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |