Moderator Tool
Make Moderation Great Again!
Qu'est-ce que Moderator Tool ?
Moderator Tool est une extension Chrome développée par dx4, et sa fonction principale est "Make Moderation Great Again!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moderator Tool
Téléchargez les fichiers d'extension Moderator Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Moderator Tool |
ID | kafbpcfmnhgcohkmhipanidcelgjfppl |
URL Officiel | https://chromewebstore.google.com/detail/moderator-tool/kafbpcfmnhgcohkmhipanidcelgjfppl |
Description | Make Moderation Great Again! |
Taille du Fichier | 4.87 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Développeur | dx4 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |