POEFast
Finding fast traders
Что такое POEFast?
POEFast - это расширение Chrome, разработанное keylenge, и его основная функция - "Finding fast traders".
Снимки экрана расширения
Скачать файл CRX расширения POEFast
Скачайте файлы расширений POEFast в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Trade faster! Path Of Exile web extension for players, showing the speed at which a given account usually responds, which allows you to trade faster through the poe.trade and official store. Nobody insults anyone there, just expresses one's opinion about the deal.
Основная информация о расширении
Название | POEFast |
ID | lclggkllodhflkdpdhifpgdjollilhec |
Официальный URL | https://chromewebstore.google.com/detail/poefast/lclggkllodhflkdpdhifpgdjollilhec |
Описание | Finding fast traders |
Размер файла | 59.7 KB |
Количество установок | 532 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2022-08-18 |
Дата публикации | 2020-11-17 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | keylenge |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "POEFast", "description": "Finding fast traders", "version": "1.0.3", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "128.png", "48": "128.png", "128": "128.png" }, "background": { "persistent": true, "scripts": [ "jquery-1.5.1.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.pathofexile.com\/trade\/*", "https:\/\/poe.trade\/*" ], "js": [ "jquery-1.5.1.min.js", "script.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "https:\/\/etalon-go.ru\/*" ] } |