WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
CS2 Trader - Steam Trading Enhancer

CS2 Trader - Steam Trading Enhancer

View on Chrome Web Store
View CS2 Trader - Steam Trading Enhancer Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (140 ratings)
1 new ratings
12 views
This extension has been viewed 12 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.

Extension to help with CS2 trading, trade-lock countdown, in-browser inspect, doppler phases, prices, float values, etc
Type
Extension
Users
300,000 users
100K
Website csgotrader.app
Gergely Szabo
View author page of Gergely Szabo
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 1, 2019
Version 3.4.1
Manifest version
3
Updated
Updated on August 24, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View CS2 Trader - Steam Trading Enhancer 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,
    "name": "__MSG_application_title__",
    "short_name": "CS2 Trader",
    "version": "3.4.1",
    "minimum_chrome_version": "109",
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/cs2trader.app\/",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "unlimitedStorage",
        "offscreen"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/api.steampowered.com\/*",
        "*:\/\/api.csgotrader.app\/*",
        "*:\/\/prices.csgotrader.app\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/csgotraders.net\/*",
        "*:\/\/discord.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/*\/inventory",
                "*:\/\/steamcommunity.com\/*\/inventory\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/inventory.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/tradeoffer\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/tradeOffer.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/*\/tradeoffers*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/tradeOffers.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/market\/listings\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/marketListing.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/*",
                "*:\/\/steamcommunity.com\/id\/*",
                "*:\/\/steamcommunity.com\/profiles\/*\/*",
                "*:\/\/steamcommunity.com\/profiles\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/profile.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/groups\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/group.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/sharedfiles\/filedetails\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/sharedFile.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/chat\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/webChat.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/dev\/apikey*",
                "*:\/\/steamcommunity.com\/dev\/registerkey*",
                "*:\/\/steamcommunity.com\/dev\/revokekey*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/apiKey.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/groups\/*\/discussions\/*",
                "*:\/\/steamcommunity.com\/app\/*\/discussions\/*",
                "*:\/\/steamcommunity.com\/app\/*\/tradingforum\/*",
                "*:\/\/steamcommunity.com\/app\/*\/eventcomments\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/discussions.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/openid\/login*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/openIDLogin.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/friends*",
                "*:\/\/steamcommunity.com\/profiles\/*\/friends*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/friends.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/market\/",
                "*:\/\/steamcommunity.com\/market"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/market.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/market\/search*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/marketSearch.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/inventoryhistory*",
                "*:\/\/steamcommunity.com\/id\/*\/tradehistory*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/steam\/tradeHistory.bundle.js"
            ],
            "css": [
                "\/css\/generalCSTStyle.css"
            ]
        },
        {
            "matches": [
                "*:\/\/csgotraders.net\/mytrades*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/tradersBump.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/csgotraders.net\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/contentScripts\/tradersAutoLogin.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/*"
            ]
        },
        {
            "resources": [
                "sound\/notification\/*",
                "js\/injectToPage\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html?page=popup",
        "default_icon": {
            "16": "images\/cstlogo16.png",
            "32": "images\/cstlogo32.png",
            "48": "images\/cstlogo48.png",
            "128": "images\/cstlogo128.png"
        }
    },
    "icons": {
        "16": "images\/cstlogo16.png",
        "32": "images\/cstlogo32.png",
        "48": "images\/cstlogo48.png",
        "128": "images\/cstlogo128.png"
    },
    "options_page": "index.html",
    "background": {
        "service_worker": "js\/backgroundScripts\/background.bundle.js",
        "type": "module"
    }
}
© 2025 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