Auctionoton: Auction House Prices for Wowhead
Display current Auction House price data for items on wowhead.com
Cos'è Auctionoton: Auction House Prices for Wowhead?
Auctionoton: Auction House Prices for Wowhead è un'estensione di Chrome sviluppata da sjvispoel, e la sua funzione principale è "Display current Auction House price data for items on wowhead.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auctionoton: Auction House Prices for Wowhead
Scarica i file di estensione Auctionoton: Auction House Prices for Wowhead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ffflgkmjodhdladikaglbeofemhbojio |
| URL Ufficiale | https://chromewebstore.google.com/detail/auctionoton-auction-house/ffflgkmjodhdladikaglbeofemhbojio |
| Descrizione | Display current Auction House price data for items on wowhead.com |
| Dimensione del File | 335 KB |
| Conteggio Installazioni | 119 |
| Versione Corrente | 5.0.0 |
| Ultimo Aggiornamento | 2024-03-01 |
| Data di Pubblicazione | 2020-06-10 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | sjvispoel |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/sandervspl/auctionoton |
| URL della Pagina di Aiuto | https://github.com/sandervspl/auctionoton/issues |
| Lingue Supportate | 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": [
" | |