POEFast
Finding fast traders
Wat is POEFast?
POEFast is een Chrome-extensie ontwikkeld door keylenge, en de belangrijkste functie is "Finding fast traders".
Extensie Screenshots
Download het CRX-bestand van de extensie POEFast
Download POEFast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | POEFast |
ID | lclggkllodhflkdpdhifpgdjollilhec |
Officiële URL | https://chromewebstore.google.com/detail/poefast/lclggkllodhflkdpdhifpgdjollilhec |
Beschrijving | Finding fast traders |
Bestandsgrootte | 59.7 KB |
Aantal Installaties | 532 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-08-18 |
Publicatiedatum | 2020-11-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | keylenge |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |