LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
LOOT.Farm helper क्या है?
LOOT.Farm helper https://loot.farm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Phishing protection and easier trades on the LOOT.Farm trade bot."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LOOT.Farm helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ 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" ] } |