MarketApp P2P

Creates P2P exchanges between steam users

MarketApp P2P क्या है?

MarketApp P2P https://market.csgo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates P2P exchanges between steam users"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में MarketApp P2P एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        MarketApp P2P is a marketplace for safe and quick sales of skins using the p2p system (player to player). This extension is designed for secure trading and trade confirmation.

Functionality

Creating Steam API (to get information about transactions and automatic confirmation)
Generating trade – to automatically create a trade after purchasing your skins. You just have to confirm it on your phone.
Auto Accept function. You can turn on or off the function of automatic gift acceptance.
Transaction confirmation function. By means of the Steam api key we get informed on whether the transaction is successfully completed or not. Please do not delete or change the Steam api key in order to avoid any errors.                    

एक्सटेंशन की मूल जानकारी

नाम MarketApp P2P MarketApp P2P
ID pbeheebcldakpkohnellphloljkaanfa
आधिकारिक URL https://chromewebstore.google.com/detail/marketapp-p2p/pbeheebcldakpkohnellphloljkaanfa
विवरण Creates P2P exchanges between steam users
फ़ाइल का आकार 102 KB
स्थापना संख्या 443,710
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2024-01-18
प्रकाशन तिथि 2020-05-30
रेटिंग 3.11/5 कुल 225 रेटिंग्स
डेवलपर https://market.csgo.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://market.csgo.com/
सहायता पृष्ठ URL https://market.csgo.com/support
गोपनीयता नीति पृष्ठ URL https://market.csgo.com/en/static/terms
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkkTdttVzXfizwFClexCGOI5h6kI1xQIAR0OM3Yl\/nFFw0NDBbjbDuFIfsFg2gB7Kdr1xV8KfPQj5mKl1pvk6Wpr65A9Aozc8iACpo2Nuo2mzhE7gKJAlWtdNJPOgJFDqS3+cR6wTcjNlKeznwYnFl1tn5YgY07vssBd834vkBmErAcZ0V8NnpJQBKK1tHSmyQcAY574TBLDExHMWgmGy8mXiLDXcxXdGHus8XO9RWXqdl9AOpvvBXuYgYFjolGb98PrNqGLDynw00nkGke8ONvzEeJmHSqkXinUaMNYaoeRbrSJGqUYTKcXcW2cR9T23YBVOIwS9jhAu7BXTQvW5SwIDAQAB",
    "name": "MarketApp P2P",
    "description": "Creates P2P exchanges between steam users",
    "version": "1.0.5",
    "action": {
        "default_title": "MarketApp P2P",
        "default_icon": "img\/favicon_csgo.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "background",
        "webRequest",
        "offscreen",
        "cookies",
        "tabs",
        "activeTab",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/steamcommunity.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/market.csgo.com\/*",
            "https:\/\/market-new.csgo.com\/*",
            "https:\/\/csgobuy.cn\/*",
            "https:\/\/market-old.csgo.com\/*",
            "https:\/\/market.dota2.net\/*",
            "https:\/\/rust.tm\/",
            "https:\/\/csgo.tm\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "img\/favicon_csgo_16.png",
        "48": "img\/favicon_csgo_48.png",
        "128": "img\/favicon_csgo.png"
    }
}