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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. -…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tibia Better Bazaar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}