LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
Was ist LOOT.Farm helper?
LOOT.Farm helper ist eine Chrome-Erweiterung, die von https://loot.farm entwickelt wurde, und ihr Hauptmerkmal ist "Phishing protection and easier trades on the LOOT.Farm trade bot.".
Erweiterungsscreenshots
LOOT.Farm helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie LOOT.Farm helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iljnangbjcpnopeaebpckiljkapfcakl |
| Offizielle URL | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
| Beschreibung | Phishing protection and easier trades on the LOOT.Farm trade bot. |
| Dateigröße | 140 KB |
| Installationsanzahl | 14,507 |
| Aktuelle Version | 1.4.1 |
| Letztes Update | 2021-07-16 |
| Veröffentlichungsdatum | 2020-03-27 |
| Bewertung | 4.69/5 Insgesamt 13 Bewertungen |
| Entwickler | https://loot.farm |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://loot.farm/ |
| Hilfeseite URL | https://loot.farm/ |
| URL der Datenschutzrichtlinien-Seite | https://en.steambroker.com/privacypolicy.php |
| Unterstützte Sprachen | 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"
]
} | |