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 |
| Eメール | [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"
]
} | |