Moderator Tool

Make Moderation Great Again!

Co to jest Moderator Tool?

Moderator Tool to rozszerzenie Chrome opracowane przez dx4, a jego główną funkcją jest „Make Moderation Great Again!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Moderator Tool

Pobierz pliki rozszerzeń Moderator Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Moderator Tool Moderator Tool
ID kafbpcfmnhgcohkmhipanidcelgjfppl
Oficjalny URL https://chromewebstore.google.com/detail/moderator-tool/kafbpcfmnhgcohkmhipanidcelgjfppl
Opis Make Moderation Great Again!
Rozmiar pliku 4.87 KB
Liczba instalacji 26
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Deweloper dx4
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}