LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
Co to jest LOOT.Farm helper?
LOOT.Farm helper to rozszerzenie Chrome opracowane przez https://loot.farm, a jego główną funkcją jest „Phishing protection and easier trades on the LOOT.Farm trade bot.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LOOT.Farm helper
Pobierz pliki rozszerzeń LOOT.Farm helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | LOOT.Farm helper |
ID | iljnangbjcpnopeaebpckiljkapfcakl |
Oficjalny URL | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
Opis | Phishing protection and easier trades on the LOOT.Farm trade bot. |
Rozmiar pliku | 140 KB |
Liczba instalacji | 14,507 |
Aktualna Wersja | 1.4.1 |
Ostatnia Aktualizacja | 2021-07-16 |
Data Publikacji | 2020-03-27 |
Ocena | 4.69/5 Łącznie 13 Oceny |
Deweloper | https://loot.farm |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://loot.farm/ |
Adres URL Strony Pomocy | https://loot.farm/ |
Adres URL Strony Polityki Prywatności | https://en.steambroker.com/privacypolicy.php |
Obsługiwane Języki | 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" ] } |