Auctionoton: Auction House Prices for Wowhead

Display current Auction House price data for items on wowhead.com

Qu'est-ce que Auctionoton: Auction House Prices for Wowhead ?

Auctionoton: Auction House Prices for Wowhead est une extension Chrome développée par sjvispoel, et sa fonction principale est "Display current Auction House price data for items on wowhead.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Auctionoton: Auction House Prices for Wowhead

Téléchargez les fichiers d'extension Auctionoton: Auction House Prices for Wowhead au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension adds a new tooltip to items on wowhead.com (classic only)! It will show up-to-date Auction House price information for your selected server. You can select the region, server, and faction you want.                    

Informations de Base sur l'Extension

Nom Auctionoton: Auction House Prices for Wowhead Auctionoton: Auction House Prices for Wowhead
ID ffflgkmjodhdladikaglbeofemhbojio
URL Officiel https://chromewebstore.google.com/detail/auctionoton-auction-house/ffflgkmjodhdladikaglbeofemhbojio
Description Display current Auction House price data for items on wowhead.com
Taille du Fichier 335 KB
Nombre d'Installations 119
Version Actuelle 5.0.0
Dernière Mise à Jour 2024-03-01
Date de Publication 2020-06-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur sjvispoel
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sandervspl/auctionoton
URL de la Page d'Aide https://github.com/sandervspl/auctionoton/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auctionoton: Auction House Prices for Wowhead",
    "version": "5.0.0",
    "description": "Display current Auction House price data for items on wowhead.com",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tbc.wowhead.com\/*",
                "https:\/\/wotlk.wowhead.com\/*",
                "https:\/\/wowhead.com\/wotlk\/*",
                "https:\/\/www.wowhead.com\/wotlk\/*",
                "https:\/\/wowhead.com\/classic\/*",
                "https:\/\/www.wowhead.com\/classic\/*"
            ],
            "js": [
                "index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tbc.wowhead.com\/*",
                "https:\/\/wotlk.wowhead.com\/*",
                "https:\/\/wowhead.com\/wotlk\/*",
                "https:\/\/www.wowhead.com\/wotlk\/*",
                "https:\/\/wowhead.com\/classic\/*",
                "https:\/\/www.wowhead.com\/classic\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.js",
                "form.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "static\/icon.png",
        "default_popup": "form.html",
        "default_title": "Auctionoton: Auction House Prices for Wowhead"
    },
    "options_ui": {
        "page": "form.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "static\/icon-16.png",
        "32": "static\/icon-32.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.ngrok.io\/*",
        "https:\/\/5d9b-82-168-31-31.ngrok.io\/*",
        "https:\/\/auctionoton-edge-api-sandervspl.vercel.app\/api\/*",
        "https:\/\/auctionoton-edge-api.vercel.app\/api\/*",
        "https:\/\/auctionoton-api-valor.vercel.app\/api\/*",
        "https:\/\/auctionoton-api.vercel.app\/api\/*",
        "https:\/\/auctionoton-api.sandervspl.dev\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}