Tribal Wars Resource Buyer

Buy resource from market using premium points

Co je Tribal Wars Resource Buyer?

Tribal Wars Resource Buyer je rozšíření Chrome vyvinuté Omer Cem, a jeho hlavní funkcí je „Buy resource from market using premium points“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tribal Wars Resource Buyer

Stáhněte si soubory rozšíření Tribal Wars Resource Buyer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Buy resources from tribalwars market as fast as possible! 

1. Open "Premium Exchange" page.
2. Select resources that you want to buy.
3. Select refresh period in milliseconds.
4. Click Start!
5. Click stop or close the tab to stop buying resources.

**I ask browser permission in order to make script work in the background.

tribalwars tribal wars                    

Základní Informace o Rozšíření

Název Tribal Wars Resource Buyer Tribal Wars Resource Buyer
ID odeoccmcnfdmnnedeghgedflgahnfmfe
Oficiální URL https://chromewebstore.google.com/detail/tribal-wars-resource-buye/odeoccmcnfdmnnedeghgedflgahnfmfe
Popis Buy resource from market using premium points
Velikost souboru 50.38 KB
Počet instalací 1,204
Aktuální Verze 1.3
Poslední Aktualizace 2021-11-10
Datum Vydání 2020-11-16
Hodnocení 2.60/5 Celkem 5 Hodnocení
Vývojář Omer Cem
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tribal Wars Resource Buyer",
    "version": "1.3",
    "description": "Buy resource from market using premium points",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}