Battlestation Tools

An extension to help you play facebook game battlestation.

Vad är Battlestation Tools?

Battlestation Tools är en Chrome-tillägg utvecklad av ramu, och dess huvudfunktion är "An extension to help you play facebook game battlestation.".

Tilläggsskärmbilder

screenshot

Ladda ner Battlestation Tools-förlängningens CRX-fil

Ladda ner Battlestation Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Battlestation Tools Battlestation Tools
ID dkpalekfjlejlakfnnmhmllncomfkhbb
Officiell webbadress https://chromewebstore.google.com/detail/battlestation-tools/dkpalekfjlejlakfnnmhmllncomfkhbb
Beskrivning An extension to help you play facebook game battlestation.
Filstorlek 147 KB
Antal Installationer 41
Aktuell Version 4.2
Senast Uppdaterad 2014-10-12
Publiceringsdatum 2014-10-12
Betyg 3.91/5 Totalt 11 Betyg
Utvecklare ramu
Betalningssätt free
Stödda Språk 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\/*"
    ]
}