LOOT.Farm helper
Phishing protection and easier trades on the LOOT.Farm trade bot.
Vad är LOOT.Farm helper?
LOOT.Farm helper är en Chrome-tillägg utvecklad av https://loot.farm, och dess huvudfunktion är "Phishing protection and easier trades on the LOOT.Farm trade bot.".
Tilläggsskärmbilder
Ladda ner LOOT.Farm helper-förlängningens CRX-fil
Ladda ner LOOT.Farm helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | iljnangbjcpnopeaebpckiljkapfcakl |
| Officiell webbadress | https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl |
| Beskrivning | Phishing protection and easier trades on the LOOT.Farm trade bot. |
| Filstorlek | 140 KB |
| Antal Installationer | 14,507 |
| Aktuell Version | 1.4.1 |
| Senast Uppdaterad | 2021-07-16 |
| Publiceringsdatum | 2020-03-27 |
| Betyg | 4.69/5 Totalt 13 Betyg |
| Utvecklare | https://loot.farm |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://loot.farm/ |
| Hjälpsida URL | https://loot.farm/ |
| URL till Sekretesspolicy Sidan | https://en.steambroker.com/privacypolicy.php |
| Stödda Språk | 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"
]
} | |