Moderator Tool

Moderator Tool

Make Moderation Great Again!

Merlin
Additional files are visible only to premium users

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/*"
      ]
    }
  ]
}