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.
擴展基本資訊
名稱 | LOOT.Farm helper |
ID | iljnangbjcpnopeaebpckiljkapfcakl |
官方網址 | 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" ] } |