LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
O que é LOOT.Farm helper?
LOOT.Farm helper é uma extensão do Chrome desenvolvida por https://loot.farm, e sua principal característica é "Phishing protection and easier trades on the LOOT.Farm trade bot.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LOOT.Farm helper
Baixe arquivos de extensão LOOT.Farm helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | LOOT.Farm helper |
ID | iljnangbjcpnopeaebpckiljkapfcakl |
URL Oficial | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
Descrição | Phishing protection and easier trades on the LOOT.Farm trade bot. |
Tamanho do Arquivo | 140 KB |
Contagem de Instalações | 14,507 |
Versão Atual | 1.4.1 |
Última Atualização | 2021-07-16 |
Data de Publicação | 2020-03-27 |
Classificação | 4.69/5 Total de 13 Avaliações |
Desenvolvedor | https://loot.farm |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://loot.farm/ |
URL da Página de Ajuda | https://loot.farm/ |
URL da Página de Política de Privacidade | https://en.steambroker.com/privacypolicy.php |
Idiomas Suportados | 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" ] } |