WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MarketApp P2P

MarketApp P2P

View on Chrome Web Store
View MarketApp P2P Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (923 ratings)
1 new ratings
20 views
This extension has been viewed 20 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Creates P2P exchanges between steam users
Type
Extension
Users
400,000 users
100K
market-app
View author page of market-app
Published
Published on May 28, 2020
Version 1.7.0
Manifest version
3
Updated
Updated on February 3, 2026
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View MarketApp P2P Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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.7.0",
    "action": {
        "default_title": "MarketApp P2P",
        "default_icon": "img\/favicon_csgo.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*\/*\/tradeoffers",
                "https:\/\/steamcommunity.com\/*\/*\/tradeoffers\/*",
                "https:\/\/steamcommunity.com\/*\/*\/inventory",
                "https:\/\/steamcommunity.com\/*\/*\/inventory\/*",
                "https:\/\/steamcommunity.com\/market\/listings\/730\/*",
                "https:\/\/steamcommunity.com\/market*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/inject.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "storage",
        "background",
        "offscreen",
        "cookies",
        "tabs",
        "activeTab",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/steamcommunity.com\/*",
        "https:\/\/api.steampowered.com\/*",
        "https:\/\/floats.ondev.run\/*",
        "https:\/\/market.csgo.com\/*",
        "https:\/\/api.marketapp.online\/*",
        "https:\/\/dota2.net\/*"
    ],
    "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"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app.html",
                "app.js"
            ],
            "matches": []
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top