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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}