LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
什么是LOOT.Farm helper?
LOOT.Farm helper是由https://loot.farm开发的Chrome扩展程序,该扩展的主要功能是“Phishing protection and easier trades on the LOOT.Farm trade bot.”。
扩展截图
下载LOOT.Farm helper扩展crx文件
下载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"
]
} | |