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 |
Eメール | [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 } |