Auctionoton: Auction House Prices for Wowhead
Display current Auction House price data for items on wowhead.com
Vad är Auctionoton: Auction House Prices for Wowhead?
Auctionoton: Auction House Prices for Wowhead är en Chrome-tillägg utvecklad av sjvispoel, och dess huvudfunktion är "Display current Auction House price data for items on wowhead.com".
Tilläggsskärmbilder
Ladda ner Auctionoton: Auction House Prices for Wowhead-förlängningens CRX-fil
Ladda ner Auctionoton: Auction House Prices for Wowhead-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ffflgkmjodhdladikaglbeofemhbojio |
| Officiell webbadress | https://chromewebstore.google.com/detail/auctionoton-auction-house/ffflgkmjodhdladikaglbeofemhbojio |
| Beskrivning | Display current Auction House price data for items on wowhead.com |
| Filstorlek | 335 KB |
| Antal Installationer | 119 |
| Aktuell Version | 5.0.0 |
| Senast Uppdaterad | 2024-03-01 |
| Publiceringsdatum | 2020-06-10 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | sjvispoel |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/sandervspl/auctionoton |
| Hjälpsida URL | https://github.com/sandervspl/auctionoton/issues |
| Stödda Språk | 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": [
" | |