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": [
" | |