Auctionoton: Auction House Prices for Wowhead
Display current Auction House price data for items on wowhead.com
什么是Auctionoton: Auction House Prices for Wowhead?
Auctionoton: Auction House Prices for Wowhead是由sjvispoel开发的Chrome扩展程序,该扩展的主要功能是“Display current Auction House price data for items on wowhead.com”。
扩展截图
下载Auctionoton: Auction House Prices for Wowhead扩展crx文件
下载Auctionoton: Auction House Prices for Wowhead扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ffflgkmjodhdladikaglbeofemhbojio |
| 官方URL | https://chromewebstore.google.com/detail/auctionoton-auction-house/ffflgkmjodhdladikaglbeofemhbojio |
| 简介 | Display current Auction House price data for items on wowhead.com |
| 文件大小 | 335 KB |
| 安装次数 | 119 |
| 当前版本 | 5.0.0 |
| 更新时间 | 2024-03-01 |
| 上架时间 | 2020-06-10 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | sjvispoel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/sandervspl/auctionoton |
| 帮助页面URL | https://github.com/sandervspl/auctionoton/issues |
| 支持的语言 | 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": [
" | |