Battlestation Tools

An extension to help you play facebook game battlestation.

Τι είναι το Battlestation Tools;

Το Battlestation Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ramu, και η κύρια λειτουργία του είναι "An extension to help you play facebook game battlestation.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Battlestation Tools

Λήψη αρχείων επέκτασης Battlestation Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Battlestation Tools Battlestation Tools
ID dkpalekfjlejlakfnnmhmllncomfkhbb
Επίσημο URL https://chromewebstore.google.com/detail/battlestation-tools/dkpalekfjlejlakfnnmhmllncomfkhbb
Περιγραφή An extension to help you play facebook game battlestation.
Μέγεθος Αρχείου 147 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 4.2
Τελευταία Ενημέρωση 2014-10-12
Ημερομηνία Δημοσίευσης 2014-10-12
Αξιολόγηση 3.91/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής ramu
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}