Tibia Better Bazaar

Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. -…

什麼是Tibia Better Bazaar?

Tibia Better Bazaar是由Bobby Vander Aarde開發的Chrome擴展程式,該擴展的主要功能是“Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. -…”。

擴展截圖

screenshot
screenshot
screenshot

下載Tibia Better Bazaar擴展crx文件

下載Tibia Better Bazaar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enhances the Tibia Char Bazaar by providing several features:

- Shows the true estimated value for all auction characters.
- Provides the character world information right on the bazaar page.
- Calculates world sale statistics based on past auctions.
- Allows you to input any character information and get a price prediction, so you can profit off your characters by providing an accurate minimum bid.

Here's how the new world statistics are calculated:
World Sales Rank: The world sales ranking is just the sheer number of completed auctions for all worlds, and where the current world resides on that list.
World Success Rate: The success rate that auctions have for any given world. Success is defined as an auction that gets at least 1 bid and so it is successfully sold.                    

擴展基本資訊

名稱 Tibia Better Bazaar Tibia Better Bazaar
ID adglpppipebancopdmknboignainbkeg
官方網址 https://chromewebstore.google.com/detail/tibia-better-bazaar/adglpppipebancopdmknboignainbkeg
簡介 Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. -…
檔案大小 45.94 KB
安裝次數 158
目前版本 1.4
更新時間 2020-09-29
上架時間 2020-09-29
評分 3.67/5 共 3 次評分
開發者 Bobby Vander Aarde
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tibia Better Bazaar",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tibia.com\/charactertrade\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "global_auctions.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "icons\/icon_12.png",
        "world_sales.txt",
        "search_box_2.html",
        "notification_box.html"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "12": "icons\/icon_12.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    }
}