Automod Fighter
Remove automod comments from reddit.
Automod Fighterคืออะไร?
Automod Fighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mattstrouss และคุณลักษณะหลักของมันคือ "Remove automod comments from reddit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automod Fighter
ดาวน์โหลดไฟล์ส่วนขยาย Automod Fighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension removes level 1 comments by the AutoModerator bot on reddit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Automod Fighter |
ID | pkoadnkkigkpfnmcbafcdjmpabcgclfj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/automod-fighter/pkoadnkkigkpfnmcbafcdjmpabcgclfj |
คำอธิบาย | Remove automod comments from reddit. |
ขนาดไฟล์ | 12.99 KB |
จำนวนการติดตั้ง | 150 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2022-08-27 |
วันที่เผยแพร่ | 2022-08-26 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | mattstrouss |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Automod Fighter", "version": "0.0.2", "description": "Remove automod comments from reddit.", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.reddit.com\/*", "https:\/\/old.reddit.com\/*" ] } ] } |