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 - это расширение Chrome, разработанное sjvispoel, и его основная функция - "Display current Auction House price data for items on wowhead.com".
Снимки экрана расширения
Скачать файл CRX расширения Auctionoton: Auction House Prices for Wowhead
Скачайте файлы расширений 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": [
" | |