LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
Wat is LOOT.Farm helper?
LOOT.Farm helper is een Chrome-extensie ontwikkeld door https://loot.farm, en de belangrijkste functie is "Phishing protection and easier trades on the LOOT.Farm trade bot.".
Extensie Screenshots
Download het CRX-bestand van de extensie LOOT.Farm helper
Download LOOT.Farm helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | LOOT.Farm helper |
ID | iljnangbjcpnopeaebpckiljkapfcakl |
Officiële URL | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
Beschrijving | Phishing protection and easier trades on the LOOT.Farm trade bot. |
Bestandsgrootte | 140 KB |
Aantal Installaties | 14,507 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2021-07-16 |
Publicatiedatum | 2020-03-27 |
Beoordeling | 4.69/5 Totaal 13 Beoordelingen |
Ontwikkelaar | https://loot.farm |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://loot.farm/ |
Help Pagina-URL | https://loot.farm/ |
URL van de Privacybeleid Pagina | https://en.steambroker.com/privacypolicy.php |
Ondersteunde Talen | 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" ] } |