Tibia Better Bazaar

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

O que é Tibia Better Bazaar?

Tibia Better Bazaar é uma extensão do Chrome desenvolvida por Bobby Vander Aarde, e sua principal característica é "Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. -…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tibia Better Bazaar

Baixe arquivos de extensão Tibia Better Bazaar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tibia Better Bazaar Tibia Better Bazaar
ID adglpppipebancopdmknboignainbkeg
URL Oficial https://chromewebstore.google.com/detail/tibia-better-bazaar/adglpppipebancopdmknboignainbkeg
Descrição Enhances the Tibia Char Bazaar by providing several features: - Shows the true estimated value for all auction characters. -…
Tamanho do Arquivo 45.94 KB
Contagem de Instalações 158
Versão Atual 1.4
Última Atualização 2020-09-29
Data de Publicação 2020-09-29
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Bobby Vander Aarde
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}