Auctionoton: Auction House Prices for Wowhead
Display current Auction House price data for items on wowhead.com
Was ist Auctionoton: Auction House Prices for Wowhead?
Auctionoton: Auction House Prices for Wowhead ist eine Chrome-Erweiterung, die von sjvispoel entwickelt wurde, und ihr Hauptmerkmal ist "Display current Auction House price data for items on wowhead.com".
Erweiterungsscreenshots
Auctionoton: Auction House Prices for Wowhead-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auctionoton: Auction House Prices for Wowhead-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ffflgkmjodhdladikaglbeofemhbojio | 
| Offizielle URL | https://chromewebstore.google.com/detail/auctionoton-auction-house/ffflgkmjodhdladikaglbeofemhbojio | 
| Beschreibung | Display current Auction House price data for items on wowhead.com | 
| Dateigröße | 335 KB | 
| Installationsanzahl | 119 | 
| Aktuelle Version | 5.0.0 | 
| Letztes Update | 2024-03-01 | 
| Veröffentlichungsdatum | 2020-06-10 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | sjvispoel | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/sandervspl/auctionoton | 
| Hilfeseite URL | https://github.com/sandervspl/auctionoton/issues | 
| Unterstützte Sprachen | 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": [
                "  |  |