POEFast
Finding fast traders
POEFastคืออะไร?
POEFast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย keylenge และคุณลักษณะหลักของมันคือ "Finding fast traders"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย POEFast
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |