Trading Verifier

Automatically check Steam profiles in the RLTracker scammer database.

Co je Trading Verifier?

Trading Verifier je rozšíření Chrome vyvinuté IronFlare, a jeho hlavní funkcí je „Automatically check Steam profiles in the RLTracker scammer database.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Trading Verifier

Stáhněte si soubory rozšíření Trading Verifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Trading Verifier makes player-to-player trading a safer, easier experience. Each time you visit a Steam profile, this extension connects to RLTracker's scammer database and searches for reports about that profile's owner. It summarizes the results in a concise, color-coded graphic and displays it in the right-hand column of the profile page. With Trading Verifier, you can finally stop worrying about trading and just do it.                    

Základní Informace o Rozšíření

Název Trading Verifier Trading Verifier
ID nbfjdkcannmjnimkhbncagpbbojjhlhf
Oficiální URL https://chromewebstore.google.com/detail/trading-verifier/nbfjdkcannmjnimkhbncagpbbojjhlhf
Popis Automatically check Steam profiles in the RLTracker scammer database.
Velikost souboru 72.02 KB
Počet instalací 685
Aktuální Verze 1.1.3
Poslední Aktualizace 2018-03-11
Datum Vydání 2018-03-10
Hodnocení 4.61/5 Celkem 121 Hodnocení
Vývojář IronFlare
Typ Platby free
URL Stránky Nápovědy https://github.com/IronFlare/Trading-Verifier-Docs/wiki/Frequently-Asked-Questions
Podporované Jazyky en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "version": "1.1.3",
    "offline_enabled": false,
    "default_locale": "en",
    "manifest_version": 2,
    "description": "__MSG_EXT_DESC__",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "*:\/\/rlt.glitch.me\/*",
        "storage",
        "alarms",
        "notifications",
        "*:\/\/*.rltracker.pro\/*"
    ],
    "background": {
        "scripts": [
            "request.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ],
            "js": [
                "query.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "wheel.gif",
        "icons\/*.png"
    ],
    "minimum_chrome_version": "50"
}