Tribal Wars Resource Buyer
Buy resource from market using premium points
What is Tribal Wars Resource Buyer?
Tribal Wars Resource Buyer is a Chrome extension developed by Omer Cem, and its main feature is "Buy resource from market using premium points".
Extension Screenshots
Download Tribal Wars Resource Buyer Extension CRX File
Download Tribal Wars Resource Buyer 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
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
Extension Basic Information
Name | Tribal Wars Resource Buyer |
ID | odeoccmcnfdmnnedeghgedflgahnfmfe |
Official URL | https://chromewebstore.google.com/detail/tribal-wars-resource-buye/odeoccmcnfdmnnedeghgedflgahnfmfe |
Description | Buy resource from market using premium points |
File Size | 50.38 KB |
Installation Count | 1,204 |
Current Version | 1.3 |
Last Updated | 2021-11-10 |
Publish Date | 2020-11-16 |
Rating | 2.60/5 Total 5 Ratings |
Developer | Omer Cem |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |