POEFast
Finding fast traders
Co to jest POEFast?
POEFast to rozszerzenie Chrome opracowane przez keylenge, a jego główną funkcją jest „Finding fast traders”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia POEFast
Pobierz pliki rozszerzeń POEFast 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | POEFast |
ID | lclggkllodhflkdpdhifpgdjollilhec |
Oficjalny URL | https://chromewebstore.google.com/detail/poefast/lclggkllodhflkdpdhifpgdjollilhec |
Opis | Finding fast traders |
Rozmiar pliku | 59.7 KB |
Liczba instalacji | 532 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2022-08-18 |
Data Publikacji | 2020-11-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | keylenge |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |