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. Основная информация о расширении
| Название | |
| 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"
]
} | |