Molten-WoW Auto Vote

Molten-WoW Auto Vote

Automates the vote process for you on Molten-WoW.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "core.js"
      ],
      "matches": [
        "*://www.molten-wow.com/*",
        "*://www.xtremetop100.com/*",
        "*://www.top100arena.com/*",
        "*://www.openwow.com/*",
        "*://www.gtop100.com/*",
        "*://topg.org/*"
      ]
    }
  ],
  "description": "Automates the vote process for you on Molten-WoW.",
  "manifest_version": 2,
  "name": "Molten-WoW Auto Vote",
  "permissions": [
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.6"
}