Auctionoton: Auction House Prices for Wowhead
Display current Auction House price data for items on wowhead.com
What is Auctionoton: Auction House Prices for Wowhead?
Auctionoton: Auction House Prices for Wowhead is a Chrome extension developed by sjvispoel, and its main feature is "Display current Auction House price data for items on wowhead.com".
Extension Screenshots
Download Auctionoton: Auction House Prices for Wowhead Extension CRX File
Download Auctionoton: Auction House Prices for Wowhead extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Auctionoton: Auction House Prices for Wowhead |
ID | ffflgkmjodhdladikaglbeofemhbojio |
Official URL | https://chromewebstore.google.com/detail/auctionoton-auction-house/ffflgkmjodhdladikaglbeofemhbojio |
Description | Display current Auction House price data for items on wowhead.com |
File Size | 335 KB |
Installation Count | 119 |
Current Version | 5.0.0 |
Last Updated | 2024-03-01 |
Publish Date | 2020-06-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sjvispoel |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sandervspl/auctionoton |
Help Page URL | https://github.com/sandervspl/auctionoton/issues |
Supported Languages | 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": [ " |