Auctionoton: Auction House Prices for Wowhead
Display current Auction House price data for items on wowhead.com
Hvad er Auctionoton: Auction House Prices for Wowhead?
Auctionoton: Auction House Prices for Wowhead er en Chrome-udvidelse udviklet af sjvispoel, og dens hovedfunktion er "Display current Auction House price data for items on wowhead.com".
Udvidelsesskærmbilleder
Download Auctionoton: Auction House Prices for Wowhead-udvidelses-CRX-fil
Download Auctionoton: Auction House Prices for Wowhead-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | ffflgkmjodhdladikaglbeofemhbojio | 
| Officiel URL | https://chromewebstore.google.com/detail/auctionoton-auction-house/ffflgkmjodhdladikaglbeofemhbojio | 
| Beskrivelse | Display current Auction House price data for items on wowhead.com | 
| Filstørrelse | 335 KB | 
| Antal Installationer | 119 | 
| Nuværende Version | 5.0.0 | 
| Senest Opdateret | 2024-03-01 | 
| Udgivelsesdato | 2020-06-10 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | sjvispoel | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://github.com/sandervspl/auctionoton | 
| Hjælpeside-URL | https://github.com/sandervspl/auctionoton/issues | 
| Understøttede Sprog | 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": [
                "  |  |