Moderator Tool

Make Moderation Great Again!

Moderator Toolとは何ですか?

Moderator Toolはdx4によって開発されたChromeの拡張機能で、その主な機能は「Make Moderation Great Again!」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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\/*"
            ]
        }
    ]
}