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 |
| 官方網址 | 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": [
" | |