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 |
| Eメール | [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": [
" | |