CS.Money Market

The power of CS.Money Market extensions

What is CS.Money Market?

CS.Money Market is a Chrome extension developed by CS.Money, and its main feature is "The power of CS.Money Market extensions".

Extension Screenshots

screenshot
screenshot
screenshot

Download CS.Money Market Extension CRX File

Download CS.Money Market extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Using our extension you can manage, accept and learn more about our offers, trades and deal in CS.Money Market.                    

Extension Basic Information

Name CS.Money Market CS.Money Market
ID mkjknmlmebnimmkonggecjlccealonel
Official URL https://chromewebstore.google.com/detail/csmoney-market/mkjknmlmebnimmkonggecjlccealonel
Description The power of CS.Money Market extensions
File Size 1.1 MB
Installation Count 51,690
Current Version 1.11.0
Last Updated 2023-11-24
Publish Date 2022-08-24
Rating 3.00/5 Total 25 Ratings
Developer CS.Money
Email [email protected]
Payment Type free
Extension Website https://cs.money/
Help Page URL https://cs.money/
Privacy Policy Page URL https://cs.money/tos
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CS.Money Market",
    "description": "The power of CS.Money Market extensions",
    "version": "1.11.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open market"
    },
    "icons": {
        "16": "logo16x16.png",
        "48": "logo48x48.png",
        "128": "logo128x128.png"
    },
    "background": {
        "service_worker": "scripts\/service_worker_background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cs.money\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/steamcommunity.com\/",
        "*:\/\/cs.money\/",
        "*:\/\/steamcommunity-a.akamaihd.net\/"
    ],
    "permissions": [
        "cookies",
        "declarativeNetRequest",
        "alarms",
        "notifications",
        "storage"
    ]
}