WhiteMarket P2P

Creates P2P exchanges between steam users

WhiteMarket P2P क्या है?

WhiteMarket P2P WhiteMarket द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates P2P exchanges between steam users"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WhiteMarket P2P एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}