Moderator Tool

Make Moderation Great Again!

Moderator Tool क्या है?

Moderator Tool dx4 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Moderation Great Again!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Moderator Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
            ]
        }
    ]
}