Battlestation Tools
An extension to help you play facebook game battlestation.
Battlestation Tools là gì?
Battlestation Tools là một tiện ích mở rộng Chrome được phát triển bởi ramu, và tính năng chính của nó là "An extension to help you play facebook game battlestation.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Battlestation Tools
Tải xuống các tệp mở rộng Battlestation Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Battlestation Tools |
ID | dkpalekfjlejlakfnnmhmllncomfkhbb |
URL Chính Thức | https://chromewebstore.google.com/detail/battlestation-tools/dkpalekfjlejlakfnnmhmllncomfkhbb |
Mô tả | An extension to help you play facebook game battlestation. |
Kích Thước Tệp | 147 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 4.2 |
Cập Nhật Lần Cuối | 2014-10-12 |
Ngày Phát Hành | 2014-10-12 |
Đánh Giá | 3.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | ramu |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |