Envato Mods: Spam Removal Helper

This extension improves admin UI and also will help to detect spams in Envato Admin page.

Qu'est-ce que Envato Mods: Spam Removal Helper ?

Envato Mods: Spam Removal Helper est une extension Chrome développée par ImanGM, et sa fonction principale est "This extension improves admin UI and also will help to detect spams in Envato Admin page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Envato Mods: Spam Removal Helper

Téléchargez les fichiers d'extension Envato Mods: Spam Removal Helper 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

                        This extension is only useful for Moderators in Envato. This is what you'll get by installing this extension:

1. All of disabled spam messages will be hidden in admin dashboard.
2. In admin dashboard, you'll see the threads of each forum as a tab. This way you don't need to scroll to the end of the page to see new posts in each forum.
3. It will highlight forum threads which are most likely spams and are not removed yet.
4. It will highlight forums threads without any replies. These are most probably the threads that you need to take care of them.
5. It will show other disabled threads in gray to don't let them distract you anymore.                    

Informations de Base sur l'Extension

Nom Envato Mods: Spam Removal Helper Envato Mods: Spam Removal Helper
ID bafejeboppjbpeadhmbeeojlmpafmhek
URL Officiel https://chromewebstore.google.com/detail/envato-mods-spam-removal/bafejeboppjbpeadhmbeeojlmpafmhek
Description This extension improves admin UI and also will help to detect spams in Envato Admin page.
Taille du Fichier 56.74 KB
Nombre d'Installations 60
Version Actuelle 1.1
Dernière Mise à Jour 2015-01-20
Date de Publication 2015-01-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur ImanGM
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Envato Mods: Spam Removal Helper",
    "description": "This extension improves admin UI and also will help to detect spams in Envato Admin page.",
    "version": "1.1",
    "browser_action": {
        "name": "Mods: Improvements!",
        "icons": {
            "128": "icon_128.png"
        },
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/themeforest.net\/admin*",
                "https:\/\/themeforest.net\/admin*",
                "http:\/\/audiojungle.net\/admin*",
                "https:\/\/audiojungle.net\/admin*",
                "http:\/\/codecanyon.net\/admin*",
                "https:\/\/codecanyon.net\/admin*",
                "http:\/\/graphicriver.net\/admin*",
                "https:\/\/graphicriver.net\/admin*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}