LOOT.Farm helper

Phishing protection and easier trades on the LOOT.Farm trade bot.

Hvad er LOOT.Farm helper?

LOOT.Farm helper er en Chrome-udvidelse udviklet af https://loot.farm, og dens hovedfunktion er "Phishing protection and easier trades on the LOOT.Farm trade bot.".

Udvidelsesskærmbilleder

screenshot

Download LOOT.Farm helper-udvidelses-CRX-fil

Download LOOT.Farm helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn LOOT.Farm helper LOOT.Farm helper
ID iljnangbjcpnopeaebpckiljkapfcakl
Officiel URL https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl
Beskrivelse Phishing protection and easier trades on the LOOT.Farm trade bot.
Filstørrelse 140 KB
Antal Installationer 14,507
Nuværende Version 1.4.1
Senest Opdateret 2021-07-16
Udgivelsesdato 2020-03-27
Bedømmelse 4.69/5 Samlet 13 Bedømmelser
Udvikler https://loot.farm
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://loot.farm/
Hjælpeside-URL https://loot.farm/
URL til Fortrolighedspolitik Side https://en.steambroker.com/privacypolicy.php
Understøttede Sprog 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"
    ]
}