Moderator Tool
Make Moderation Great Again!
What is Moderator Tool?
Moderator Tool is a Chrome extension developed by dx4, and its main feature is "Make Moderation Great Again!".
Extension Screenshots
Download Moderator Tool Extension CRX File
Download Moderator Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Moderator Tool |
ID | kafbpcfmnhgcohkmhipanidcelgjfppl |
Official URL | https://chromewebstore.google.com/detail/moderator-tool/kafbpcfmnhgcohkmhipanidcelgjfppl |
Description | Make Moderation Great Again! |
File Size | 4.87 KB |
Installation Count | 26 |
Current Version | 1.1.0 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Developer | dx4 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |