LOOT.Farm helper

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

Apa itu LOOT.Farm helper?

LOOT.Farm helper adalah ekstensi Chrome yang dikembangkan oleh https://loot.farm, dan fitur utamanya adalah "Phishing protection and easier trades on the LOOT.Farm trade bot.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LOOT.Farm helper

Unduh file ekstensi LOOT.Farm helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LOOT.Farm helper LOOT.Farm helper
ID iljnangbjcpnopeaebpckiljkapfcakl
URL Resmi https://chromewebstore.google.com/detail/lootfarm-helper/iljnangbjcpnopeaebpckiljkapfcakl
Deskripsi Phishing protection and easier trades on the LOOT.Farm trade bot.
Ukuran File 140 KB
Jumlah Instalasi 14,507
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2021-07-16
Tanggal Publikasi 2020-03-27
Penilaian 4.69/5 Total 13 Penilaian
Pengembang https://loot.farm
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://loot.farm/
URL Halaman Bantuan https://loot.farm/
URL Halaman Kebijakan Privasi https://en.steambroker.com/privacypolicy.php
Bahasa yang Didukung 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"
    ]
}