LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
LOOT.Farm helperคืออะไร?
LOOT.Farm helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://loot.farm และคุณลักษณะหลักของมันคือ "Phishing protection and easier trades on the LOOT.Farm trade bot."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LOOT.Farm helper
ดาวน์โหลดไฟล์ส่วนขยาย LOOT.Farm helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LOOT.Farm helper |
ID | iljnangbjcpnopeaebpckiljkapfcakl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
คำอธิบาย | Phishing protection and easier trades on the LOOT.Farm trade bot. |
ขนาดไฟล์ | 140 KB |
จำนวนการติดตั้ง | 14,507 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2021-07-16 |
วันที่เผยแพร่ | 2020-03-27 |
คะแนน | 4.69/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://loot.farm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://loot.farm/ |
URL หน้าช่วยเหลือ | https://loot.farm/ |
URL หน้านโยบายความเป็นส่วนตัว | https://en.steambroker.com/privacypolicy.php |
ภาษาที่รองรับ | 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" ] } |