Trading Verifier

Automatically check Steam profiles in the RLTracker scammer database.

什麼是Trading Verifier?

Trading Verifier是由IronFlare開發的Chrome擴展程式,該擴展的主要功能是“Automatically check Steam profiles in the RLTracker scammer database.”。

擴展截圖

screenshot
screenshot
screenshot

下載Trading Verifier擴展crx文件

下載Trading Verifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Trading Verifier Trading Verifier
ID nbfjdkcannmjnimkhbncagpbbojjhlhf
官方網址 https://chromewebstore.google.com/detail/trading-verifier/nbfjdkcannmjnimkhbncagpbbojjhlhf
簡介 Automatically check Steam profiles in the RLTracker scammer database.
檔案大小 72.02 KB
安裝次數 685
目前版本 1.1.3
更新時間 2018-03-11
上架時間 2018-03-10
評分 4.61/5 共 121 次評分
開發者 IronFlare
付費類型 free
說明頁面URL https://github.com/IronFlare/Trading-Verifier-Docs/wiki/Frequently-Asked-Questions
支援的語言 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"
}