WhiteMarket P2P

Creates P2P exchanges between steam users

WhiteMarket P2P란 무엇입니까?

WhiteMarket P2P은(는) WhiteMarket에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates P2P exchanges between steam users"입니다.

확장 프로그램 스크린샷

screenshot

WhiteMarket P2P 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NEW ERA OF SKINS TRADING!
WhiteMarket is the P2P skins trading marketplace you’ve been waiting for. It was created as a place that can open up new opportunities in the game industry. It is your guide to the world of no rules, no limits, and no trading bots. Obviously.
On WhiteMarket, you can buy and sell in-game objects for real money or cryptocurrency, all while enjoying better prices and lower fees than the competitors offer. We work worldwide and take our users' safety very seriously. Plus, you finally don’t need to reinvent the wheel to deposit or withdraw your money: it takes only a few simple steps. Cool activities, limited offers, and new tools are also on the way. You wouldn’t want to miss them!                    

확장 프로그램 기본 정보

이름 WhiteMarket P2P WhiteMarket P2P
ID nmhlelecingbfbddckdhblhnejhocppc
공식 URL https://chromewebstore.google.com/detail/whitemarket-p2p/nmhlelecingbfbddckdhblhnejhocppc
설명 Creates P2P exchanges between steam users
파일 크기 18.03 KB
설치 횟수 10,000
현재 버전 1.10.0
최근 업데이트 2024-02-23
출시 날짜 2022-11-17
평점 4.67/5 총 18 개의 평점
개발자 WhiteMarket
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://white.market/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhiteMarket P2P",
    "description": "Creates P2P exchanges between steam users",
    "version": "1.10.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "notifications",
        "storage",
        "gcm",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/*.steampowered.com\/*",
        "*:\/\/*.white.market\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/white.market\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/site.js"
            ],
            "matches": [
                "https:\/\/white.market\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/white.market\/*"
        ]
    },
    "icons": {
        "16": "img\/favicon_wm_16.png",
        "48": "img\/favicon_wm_48.png",
        "128": "img\/favicon_wm.png"
    },
    "action": {
        "default_title": "WhiteMarket P2P",
        "default_icon": "img\/favicon_wm.png",
        "default_popup": "html\/popup.html"
    }
}