Boom Beach Search

Sift through Boom Beach Wiki quick and easy.

Boom Beach Search क्या है?

Boom Beach Search xyncon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sift through Boom Beach Wiki quick and easy."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Boom Beach Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Boom Beach Search Boom Beach Search
ID fnfdbijjibdkaoeeifcikfnidfkbmnaj
आधिकारिक URL https://chromewebstore.google.com/detail/boom-beach-search/fnfdbijjibdkaoeeifcikfnidfkbmnaj
विवरण Sift through Boom Beach Wiki quick and easy.
फ़ाइल का आकार 599 KB
स्थापना संख्या 147
वर्तमान संस्करण 2.1
अंतिम अपडेट 2015-03-13
प्रकाशन तिथि 2015-03-13
रेटिंग 4.55/5 कुल 40 रेटिंग्स
डेवलपर xyncon
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}