POEFast
Finding fast traders
What is POEFast?
POEFast is a Chrome extension developed by keylenge, and its main feature is "Finding fast traders".
Extension Screenshots
Download POEFast Extension CRX File
Download POEFast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | POEFast |
ID | lclggkllodhflkdpdhifpgdjollilhec |
Official URL | https://chromewebstore.google.com/detail/poefast/lclggkllodhflkdpdhifpgdjollilhec |
Description | Finding fast traders |
File Size | 59.7 KB |
Installation Count | 532 |
Current Version | 1.0.3 |
Last Updated | 2022-08-18 |
Publish Date | 2020-11-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | keylenge |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |