LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
Cos'è LOOT.Farm helper?
LOOT.Farm helper è un'estensione di Chrome sviluppata da https://loot.farm, e la sua funzione principale è "Phishing protection and easier trades on the LOOT.Farm trade bot.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LOOT.Farm helper
Scarica i file di estensione LOOT.Farm helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | iljnangbjcpnopeaebpckiljkapfcakl |
| URL Ufficiale | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
| Descrizione | Phishing protection and easier trades on the LOOT.Farm trade bot. |
| Dimensione del File | 140 KB |
| Conteggio Installazioni | 14,507 |
| Versione Corrente | 1.4.1 |
| Ultimo Aggiornamento | 2021-07-16 |
| Data di Pubblicazione | 2020-03-27 |
| Valutazione | 4.69/5 Totale 13 Valutazioni |
| Sviluppatore | https://loot.farm |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://loot.farm/ |
| URL della Pagina di Aiuto | https://loot.farm/ |
| URL della Pagina della Politica sulla Privacy | https://en.steambroker.com/privacypolicy.php |
| Lingue Supportate | 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"
]
} | |