Moderator Tool
Make Moderation Great Again!
Moderator Toolคืออะไร?
Moderator Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dx4 และคุณลักษณะหลักของมันคือ "Make Moderation Great Again!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moderator Tool
ดาวน์โหลดไฟล์ส่วนขยาย Moderator Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds the posts' flags to the moderation list making it easier to figure out what report belongs where. Adds the option to configure mod's report list in the assigned user section.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Moderator Tool |
ID | kafbpcfmnhgcohkmhipanidcelgjfppl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/moderator-tool/kafbpcfmnhgcohkmhipanidcelgjfppl |
คำอธิบาย | Make Moderation Great Again! |
ขนาดไฟล์ | 4.87 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
ผู้พัฒนา | dx4 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moderator Tool", "version": "1.1.0", "description": "Make Moderation Great Again!", "content_scripts": [ { "js": [ "dx.js" ], "matches": [ "https:\/\/forum.ikariam.gameforge.com\/moderation-list\/*" ] } ] } |