LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
Qu'est-ce que LOOT.Farm helper ?
LOOT.Farm helper est une extension Chrome développée par https://loot.farm, et sa fonction principale est "Phishing protection and easier trades on the LOOT.Farm trade bot.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LOOT.Farm helper
Téléchargez les fichiers d'extension LOOT.Farm helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | LOOT.Farm helper |
ID | iljnangbjcpnopeaebpckiljkapfcakl |
URL Officiel | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
Description | Phishing protection and easier trades on the LOOT.Farm trade bot. |
Taille du Fichier | 140 KB |
Nombre d'Installations | 14,507 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2021-07-16 |
Date de Publication | 2020-03-27 |
Évaluation | 4.69/5 Total 13 Évaluations |
Développeur | https://loot.farm |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://loot.farm/ |
URL de la Page d'Aide | https://loot.farm/ |
URL de la Page de Politique de Confidentialité | https://en.steambroker.com/privacypolicy.php |
Langues Prises en Charge | 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" ] } |