Moderator Tool

Make Moderation Great Again!

Cos'è Moderator Tool?

Moderator Tool è un'estensione di Chrome sviluppata da dx4, e la sua funzione principale è "Make Moderation Great Again!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Moderator Tool

Scarica i file di estensione Moderator Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Moderator Tool Moderator Tool
ID kafbpcfmnhgcohkmhipanidcelgjfppl
URL Ufficiale https://chromewebstore.google.com/detail/moderator-tool/kafbpcfmnhgcohkmhipanidcelgjfppl
Descrizione Make Moderation Great Again!
Dimensione del File 4.87 KB
Conteggio Installazioni 26
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Sviluppatore dx4
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}