POEFast
Finding fast traders
什么是POEFast?
POEFast是由keylenge开发的Chrome扩展程序,该扩展的主要功能是“Finding fast traders”。
扩展截图
下载POEFast扩展crx文件
下载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\/*" ] } |