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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://loot.farm/ |
عنوان صفحة سياسة الخصوصية | 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" ] } |