Envato Mods: Spam Removal Helper

Envato Mods: Spam Removal Helper

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

Merlin
Additional files are visible only to premium users

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"
    }
  ]
}