POEFast
Finding fast traders
POEFast là gì?
POEFast là một tiện ích mở rộng Chrome được phát triển bởi keylenge, và tính năng chính của nó là "Finding fast traders".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng POEFast
Tải xuống các tệp mở rộng POEFast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | POEFast |
ID | lclggkllodhflkdpdhifpgdjollilhec |
URL Chính Thức | https://chromewebstore.google.com/detail/poefast/lclggkllodhflkdpdhifpgdjollilhec |
Mô tả | Finding fast traders |
Kích Thước Tệp | 59.7 KB |
Số Lần Cài Đặt | 532 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-08-18 |
Ngày Phát Hành | 2020-11-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | keylenge |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |