Battlestation Tools

An extension to help you play facebook game battlestation.

Qu'est-ce que Battlestation Tools ?

Battlestation Tools est une extension Chrome développée par ramu, et sa fonction principale est "An extension to help you play facebook game battlestation.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Battlestation Tools

Téléchargez les fichiers d'extension Battlestation Tools 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 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.                    

Informations de Base sur l'Extension

Nom Battlestation Tools Battlestation Tools
ID dkpalekfjlejlakfnnmhmllncomfkhbb
URL Officiel https://chromewebstore.google.com/detail/battlestation-tools/dkpalekfjlejlakfnnmhmllncomfkhbb
Description An extension to help you play facebook game battlestation.
Taille du Fichier 147 KB
Nombre d'Installations 41
Version Actuelle 4.2
Dernière Mise à Jour 2014-10-12
Date de Publication 2014-10-12
Évaluation 3.91/5 Total 11 Évaluations
Développeur ramu
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}