Battlestation Tools

An extension to help you play facebook game battlestation.

What is Battlestation Tools?

Battlestation Tools is a Chrome extension developed by ramu, and its main feature is "An extension to help you play facebook game battlestation.".

Extension Screenshots

screenshot

Download Battlestation Tools Extension CRX File

Download Battlestation Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will help you play facebook game battlestation in some ways.

To use this extention:
1. Install it from chrome store.
2. Open BS2.5 in a NEW TAB, try this link. https://battlestations.ochospace.com/main.php?ver=2.5
3. Just goto Clan or Skirmish page or PvP page, you should see a new toolbar at the top.



WARNING: This is not an automation / botting tool. Just some UI improvements and information source.

Ver 4 (12 Oct 2014)
Gamebatte migration updated. Thanks to (jollibog, Neyo Neoh & Ronny Fossen)

Ver 3
1. Sky Ocean support added.

Ver 2.1
1. Linking to facebook app battlestation tools.

Ver 2
1. Fixed an issue where http skirmish pages were not been handled.
2. Added the moral bars to PvP Battle page as well.

Ver 1.0.1.0
1. War Log export feature removed since it has been officially included into game long back.
2. Moral Bar added to Skirmish and Clan War page.                    

Extension Basic Information

Name Battlestation Tools Battlestation Tools
ID dkpalekfjlejlakfnnmhmllncomfkhbb
Official URL https://chromewebstore.google.com/detail/battlestation-tools/dkpalekfjlejlakfnnmhmllncomfkhbb
Description An extension to help you play facebook game battlestation.
File Size 147 KB
Installation Count 41
Current Version 4.2
Last Updated 2014-10-12
Publish Date 2014-10-12
Rating 3.91/5 Total 11 Ratings
Developer ramu
Payment Type free
Supported Languages en
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\/*"
    ]
}