Boom Beach Search
Sift through Boom Beach Wiki quick and easy.
What is Boom Beach Search?
Boom Beach Search is a Chrome extension developed by xyncon, and its main feature is "Sift through Boom Beach Wiki quick and easy.".
Extension Screenshots
Download Boom Beach Search Extension CRX File
Download Boom Beach Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Boom Beach Suche ist die App mit der du schnell und einfach Zugriff auf alle Boombeach Items im Boom Beach Wiki hast. Du willst wissen auf welche Stufe du dein BoomBeach Hauptquatier ausbauen musst um deine Boombeach Arsenal auf das nächste Level bringen zu können? Mit der Boom Beach Suche bist du nur einen Klick von der Antwort entfernt. Die Boombeachsuche macht dein Spiel nicht nur effektiver, sondern verrät dir auch die beste Boombeach Strategie um deinen nächsten Gegner auszulöschen und dir seine Boom Beach Ressourcen zu schnappen.
Extension Basic Information
Name | |
ID | depjhpnaigmekidgjbfhpibgdoifnnia |
Official URL | https://chromewebstore.google.com/detail/boom-beach-search/depjhpnaigmekidgjbfhpibgdoifnnia |
Description | Sift through Boom Beach Wiki quick and easy. |
File Size | 599 KB |
Installation Count | 45 |
Current Version | 2.1 |
Last Updated | 2015-06-17 |
Publish Date | 2015-06-17 |
Rating | 4.44/5 Total 16 Ratings |
Developer | xyncon |
Payment Type | free |
Supported Languages | 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" ] } } |