Auctionoton: Auction House Prices for Wowhead
Display current Auction House price data for items on wowhead.com
Co to jest Auctionoton: Auction House Prices for Wowhead?
Auctionoton: Auction House Prices for Wowhead to rozszerzenie Chrome opracowane przez sjvispoel, a jego główną funkcją jest „Display current Auction House price data for items on wowhead.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auctionoton: Auction House Prices for Wowhead
Pobierz pliki rozszerzeń Auctionoton: Auction House Prices for Wowhead w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ffflgkmjodhdladikaglbeofemhbojio | 
| Oficjalny URL | https://chromewebstore.google.com/detail/auctionoton-auction-house/ffflgkmjodhdladikaglbeofemhbojio | 
| Opis | Display current Auction House price data for items on wowhead.com | 
| Rozmiar pliku | 335 KB | 
| Liczba instalacji | 119 | 
| Aktualna Wersja | 5.0.0 | 
| Ostatnia Aktualizacja | 2024-03-01 | 
| Data Publikacji | 2020-06-10 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | sjvispoel | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/sandervspl/auctionoton | 
| Adres URL Strony Pomocy | https://github.com/sandervspl/auctionoton/issues | 
| Obsługiwane Języki | 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": [
                "  |  |