LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
LOOT.Farm helper là gì?
LOOT.Farm helper là một tiện ích mở rộng Chrome được phát triển bởi https://loot.farm, và tính năng chính của nó là "Phishing protection and easier trades on the LOOT.Farm trade bot.".
Ả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 LOOT.Farm helper
Tải xuống các tệp mở rộng LOOT.Farm helper 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
This extension makes your trades on the https://LOOT.Farm faster and secure. Protection from phishing and the "Steam API" scam method. Automatic accept trade offers without your skins added.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LOOT.Farm helper |
ID | iljnangbjcpnopeaebpckiljkapfcakl |
URL Chính Thức | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
Mô tả | Phishing protection and easier trades on the LOOT.Farm trade bot. |
Kích Thước Tệp | 140 KB |
Số Lần Cài Đặt | 14,507 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2021-07-16 |
Ngày Phát Hành | 2020-03-27 |
Đánh Giá | 4.69/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://loot.farm |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://loot.farm/ |
URL Trang Trợ Giúp | https://loot.farm/ |
URL Trang Chính Sách Bảo Mật | https://en.steambroker.com/privacypolicy.php |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "en", "description": "__MSG_appDesc__", "version": "1.4.1", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/loot.farm\/*" ], "js": [ "LFStatus.js" ] }, { "run_at": "document_end", "matches": [ "https:\/\/steamcommunity.com\/tradeoffer\/*" ], "js": [ "LOOTSteam.js" ] } ], "web_accessible_resources": [ "shield-ext.png" ], "background": { "scripts": [ "LFBackground.js" ] }, "icons": { "16": "loot16.png", "48": "loot48.png", "128": "loot128.png" }, "browser_action": { "default_icon": "loot48.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "permissions": [ "https:\/\/steamcommunity.com\/*", "https:\/\/loot.farm\/*", "webRequest", "webRequestBlocking", "alarms" ] } |