LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
Τι είναι το LOOT.Farm helper;
Το LOOT.Farm helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://loot.farm, και η κύρια λειτουργία του είναι "Phishing protection and easier trades on the LOOT.Farm trade bot.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LOOT.Farm helper
Λήψη αρχείων επέκτασης LOOT.Farm helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |