Tribal Wars Resource Buyer
Buy resource from market using premium points
什么是Tribal Wars Resource Buyer?
Tribal Wars Resource Buyer是由Omer Cem开发的Chrome扩展程序,该扩展的主要功能是“Buy resource from market using premium points”。
扩展截图
下载Tribal Wars Resource Buyer扩展crx文件
下载Tribal Wars Resource Buyer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Tribal Wars Resource Buyer |
ID | odeoccmcnfdmnnedeghgedflgahnfmfe |
官方URL | https://chromewebstore.google.com/detail/tribal-wars-resource-buye/odeoccmcnfdmnnedeghgedflgahnfmfe |
简介 | Buy resource from market using premium points |
文件大小 | 50.38 KB |
安装次数 | 1,204 |
当前版本 | 1.3 |
更新时间 | 2021-11-10 |
上架时间 | 2020-11-16 |
评分 | 2.60/5 共5次评分 |
开发者 | Omer Cem |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |