POE item finder
Find item in your Path of Exile account
Что такое POE item finder?
POE item finder - это расширение Chrome, разработанное kraiwuthi.a, и его основная функция - "Find item in your Path of Exile account".
Снимки экрана расширения
Скачать файл CRX расширения POE item finder
Скачайте файлы расширений POE item finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Find item in your Path of Exile account(stash tab, character inventory, equipped item or even socketed gem) you can find by - item name - item property - league name - mtx name
Основная информация о расширении
Название | POE item finder |
ID | jlfgkgcbkfkifnoadbpakdmkbfdkccah |
Официальный URL | https://chromewebstore.google.com/detail/poe-item-finder/jlfgkgcbkfkifnoadbpakdmkbfdkccah |
Описание | Find item in your Path of Exile account |
Размер файла | 1.41 MB |
Количество установок | 93 |
Текущая Версия | 0.9.1.0 |
Последнее Обновление | 2016-06-18 |
Дата публикации | 2016-06-17 |
Рейтинг | 3.50/5 Всего 2 оценок |
Разработчик | kraiwuthi.a |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "POE item finder", "description": "Find item in your Path of Exile account", "version": "0.9.1.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.pathofexile.com\/*", "storage", "unlimitedStorage" ], "icons": { "16": "images\/icon-16x16.png", "128": "images\/icon-128x128.png" } } |