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”。

擴展截圖

screenshot

下載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 Tribal Wars Resource Buyer
ID odeoccmcnfdmnnedeghgedflgahnfmfe
官方網址 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
}