Auctionoton: Auction House Prices for Wowhead
Display current Auction House price data for items on wowhead.com
Wat is Auctionoton: Auction House Prices for Wowhead?
Auctionoton: Auction House Prices for Wowhead is een Chrome-extensie ontwikkeld door sjvispoel, en de belangrijkste functie is "Display current Auction House price data for items on wowhead.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Auctionoton: Auction House Prices for Wowhead
Download Auctionoton: Auction House Prices for Wowhead-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ffflgkmjodhdladikaglbeofemhbojio |
| Officiële URL | https://chromewebstore.google.com/detail/auctionoton-auction-house/ffflgkmjodhdladikaglbeofemhbojio |
| Beschrijving | Display current Auction House price data for items on wowhead.com |
| Bestandsgrootte | 335 KB |
| Aantal Installaties | 119 |
| Huidige Versie | 5.0.0 |
| Laatst Bijgewerkt | 2024-03-01 |
| Publicatiedatum | 2020-06-10 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | sjvispoel |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/sandervspl/auctionoton |
| Help Pagina-URL | https://github.com/sandervspl/auctionoton/issues |
| Ondersteunde Talen | 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": [
" | |