Tribal Wars Resource Buyer
Buy resource from market using premium points
Wat is Tribal Wars Resource Buyer?
Tribal Wars Resource Buyer is een Chrome-extensie ontwikkeld door Omer Cem, en de belangrijkste functie is "Buy resource from market using premium points".
Extensie Screenshots
Download het CRX-bestand van de extensie Tribal Wars Resource Buyer
Download Tribal Wars Resource Buyer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Tribal Wars Resource Buyer |
ID | odeoccmcnfdmnnedeghgedflgahnfmfe |
Officiële URL | https://chromewebstore.google.com/detail/tribal-wars-resource-buye/odeoccmcnfdmnnedeghgedflgahnfmfe |
Beschrijving | Buy resource from market using premium points |
Bestandsgrootte | 50.38 KB |
Aantal Installaties | 1,204 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-11-10 |
Publicatiedatum | 2020-11-16 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Omer Cem |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |