Battlestation Tools

Battlestation Tools

An extension to help you play facebook game battlestation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Battlestation Tools",
  "version": "4.2",
  "description": "An extension to help you play facebook game battlestation.",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Battlestation Tools"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-1.6.2.min.js",
        "moral.js"
      ],
      "matches": [
        "http://battlestations.gamebatte.com/clan_halll.php*",
        "https://battlestations.gamebatte.com/clan_halll.php*",
        "http://battlestations.gamebatte.com/clan_skirmish.php*",
        "https://battlestations.gamebatte.com/clan_skirmish.php*",
        "http://battlestations.gamebatte.com/attack.php*",
        "https://battlestations.gamebatte.com/attack.php*",
        "http://battlestations.gamebatte.com/lobby.php*",
        "https://battlestations.gamebatte.com/lobby.php*",
        "https://battlestations.gamebatte.com/clan_join.php*",
        "http://skyocean.gamebatte.com/clan_halll.php*",
        "https://skyocean.gamebatte.com/clan_halll.php*",
        "http://skyocean.gamebatte.com/clan_skirmish.php*",
        "https://skyocean.gamebatte.com/clan_skirmish.php*",
        "http://skyocean.gamebatte.com/attack.php*",
        "https://skyocean.gamebatte.com/attack.php*",
        "http://skyocean.gamebatte.com/lobby.php*",
        "https://skyocean.gamebatte.com/lobby.php*",
        "https://skyocean.gamebatte.com/clan_join.php*",
        "http://skyweb.gamebatte.com/clan_halll.php*",
        "https://skyweb.gamebatte.com/clan_halll.php*",
        "http://skyweb.gamebatte.com/clan_skirmish.php*",
        "https://skyweb.gamebatte.com/clan_skirmish.php*",
        "http://skyweb.gamebatte.com/attack.php*",
        "https://skyweb.gamebatte.com/attack.php*",
        "http://skyweb.gamebatte.com/lobby.php*",
        "https://skyweb.gamebatte.com/lobby.php*",
        "https://skyweb.gamebatte.com/clan_join.php*"
      ]
    }
  ],
  "permissions": [
    "http://*.gamebatte.com/",
    "https://*.gamebatte.com/",
    "http://ramuappone.appspot.com/*",
    "https://ramuappone.appspot.com/*"
  ]
}