Moderator Tool
Make Moderation Great Again!
什么是Moderator Tool?
Moderator Tool是由dx4开发的Chrome扩展程序,该扩展的主要功能是“Make Moderation Great Again!”。
扩展截图
下载Moderator Tool扩展crx文件
下载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\/*" ] } ] } |