YouTube Comment Deleter
Clear your YouTube comment history
YouTube Comment Deleterคืออะไร?
YouTube Comment Deleter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ian-campbell และคุณลักษณะหลักของมันคือ "Clear your YouTube comment history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Comment Deleter
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Comment Deleter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Erase your YouTube comment history. Simply add to Chrome, open the extension, navigate to your comment history page, and then clear your comment history slow and steady. Opinions and code contributions welcome at https://github.com/ian-campbell/Erasure/discussions/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Comment Deleter |
ID | lkhceldiinefjkocccdmpgheheeddfmb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb |
คำอธิบาย | Clear your YouTube comment history |
ขนาดไฟล์ | 70.04 KB |
จำนวนการติดตั้ง | 1,546 |
เวอร์ชันปัจจุบัน | 2.1.1 |
อัปเดตครั้งล่าสุด | 2022-01-22 |
วันที่เผยแพร่ | 2019-10-02 |
คะแนน | 4.64/5 รวมทั้งหมด 59 คะแนน |
ผู้พัฒนา | ian-campbell |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ian-campbell/Erasure |
URL หน้าช่วยเหลือ | https://github.com/ian-campbell/Erasure |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Comment Deleter", "version": "2.1.1", "description": "Clear your YouTube comment history", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2 } |