Boom Beach Search
Sift through Boom Beach Wiki quick and easy.
Boom Beach Search là gì?
Boom Beach Search là một tiện ích mở rộng Chrome được phát triển bởi xyncon, và tính năng chính của nó là "Sift through Boom Beach Wiki quick and easy.".
Ả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 Boom Beach Search
Tải xuống các tệp mở rộng Boom Beach Search 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
Boom Beach Search is the App that gives you quick and easy access to all Boombeach Items in the Boom Beach Wiki. You want to know to which level you have to upgrade your Boom Beach Headquarters to bring your Armory to the next level? With the Boom Beach Search you are just one click away from the answer. The Boombeach Search makes your game play more effective and tells you the best Boombeach strategie to beat your next opponent and get his resources.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fnfdbijjibdkaoeeifcikfnidfkbmnaj |
URL Chính Thức | https://chromewebstore.google.com/detail/boom-beach-search/fnfdbijjibdkaoeeifcikfnidfkbmnaj |
Mô tả | Sift through Boom Beach Wiki quick and easy. |
Kích Thước Tệp | 599 KB |
Số Lần Cài Đặt | 147 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2015-03-13 |
Ngày Phát Hành | 2015-03-13 |
Đánh Giá | 4.55/5 Tổng số 40 Đánh Giá |
Nhà Phát Triển | xyncon |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "default_locale": "en", "browser_action": { "default_title": "__MSG_extTitle__", "default_popup": "html\/popup.html", "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "manifest_version": 2, "minimum_chrome_version": "23.0", "permissions": [ "tabs", "storage" ], "optional_permissions": [], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "lib\/js\/jquery-2.0.3.min.js", "lib\/js\/jquery-2.0.3.min.map" ], "content_scripts": [ { "js": [ "lib\/js\/jquery-2.0.3.min.js", "js\/config.js", "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "js\/config.js", "js\/background.js" ] } } |