Steam card exchange assistant

Generation a exchange offer for steam cards

What is Steam card exchange assistant?

Steam card exchange assistant is a Chrome extension developed by Anton Karmanov, and its main feature is "Generation a exchange offer for steam cards".

Extension Screenshots

screenshot
screenshot
screenshot

Download Steam card exchange assistant Extension CRX File

Download Steam card exchange assistant 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

                        Generation a exchange offer for steam cards                    

Extension Basic Information

Name Steam card exchange assistant Steam card exchange assistant
ID gadcoafimafjmdcfcijkgcnkmpecnabn
Official URL https://chrome.google.com/webstore/detail/steam-card-exchange-assis/gadcoafimafjmdcfcijkgcnkmpecnabn
Description Generation a exchange offer for steam cards
File Size 20.87 KB
Installation Count 63
Current Version 1.0.3
Last Updated 2018-06-26
Publish Date 2018-06-26
Developer Anton Karmanov
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam card exchange assistant",
    "description": "Generation a exchange offer for steam cards",
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}