Better PathOfExile Trading
A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…
Co to jest Better PathOfExile Trading?
Better PathOfExile Trading to rozszerzenie Chrome opracowane przez Exile Center, a jego główną funkcją jest „A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better PathOfExile Trading
Pobierz pliki rozszerzeń Better PathOfExile Trading w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A browser extension that enhances the pathofexile.com/trade experience.
Features:
- Bookmarks manager
- Equivalent pricing calculator (powered by poe.ninja)
- Searched mods highlighting
- Trade search history
- Tab title live search indicator
- Tab titles based on current trade Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fhlinfpmdlijegjlpgedcmglkakaghnk |
| Oficjalny URL | https://chromewebstore.google.com/detail/better-pathofexile-tradin/fhlinfpmdlijegjlpgedcmglkakaghnk |
| Opis | A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing… |
| Rozmiar pliku | 1.07 MB |
| Liczba instalacji | 145,914 |
| Aktualna Wersja | 1.7.2 |
| Ostatnia Aktualizacja | 2023-09-19 |
| Data Publikacji | 2020-06-15 |
| Ocena | 4.47/5 Łącznie 103 Oceny |
| Deweloper | Exile Center |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/exile-center/better-trading |
| Adres URL Strony Pomocy | https://github.com/exile-center/better-trading/issues |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.7.2",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/www.pathofexile.com\/trade*"
],
"js": [
"assets\/vendor.js",
"assets\/better-trading.js"
],
"css": [
"assets\/vendor.css",
"assets\/better-trading.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/poe.ninja\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/images\/*"
],
"matches": [
"*:\/\/www.pathofexile.com\/*"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"name": "Better PathOfExile Trading",
"description": ""
} | |