LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
What is LOOT.Farm helper?
LOOT.Farm helper is a Chrome extension developed by https://loot.farm, and its main feature is "Phishing protection and easier trades on the LOOT.Farm trade bot.".
Extension Screenshots
Download LOOT.Farm helper Extension CRX File
Download LOOT.Farm helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | LOOT.Farm helper |
ID | iljnangbjcpnopeaebpckiljkapfcakl |
Official URL | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
Description | Phishing protection and easier trades on the LOOT.Farm trade bot. |
File Size | 140 KB |
Installation Count | 14,507 |
Current Version | 1.4.1 |
Last Updated | 2021-07-16 |
Publish Date | 2020-03-27 |
Rating | 4.69/5 Total 13 Ratings |
Developer | https://loot.farm |
[email protected] | |
Payment Type | free |
Extension Website | https://loot.farm/ |
Help Page URL | https://loot.farm/ |
Privacy Policy Page URL | https://en.steambroker.com/privacypolicy.php |
Supported Languages | 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" ] } |