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 |
官方網址 | 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\/*" ] } |