WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Trade Token Sync

Trade Token Sync

View on Chrome Web Store
View Trade Token Sync Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
55 views
This extension has been viewed 55 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.

Syncs your Steam access token with participating sites
Type
Extension
Users
10,000 users
500
Moonrail
View author page of Moonrail
Published
Published on August 10, 2025
Version 1.1.1
Manifest version
3
Updated
Updated on December 4, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Trade Token Sync 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": "Trade Token Sync",
    "version": "1.1.1",
    "description": "Syncs your Steam access token with participating sites",
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "cookies",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/*.steamcommunity.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/steamcommunity.com\/tradeoffer\/*"
            ],
            "exclude_matches": [
                "https:\/\/steamcommunity.com\/tradeoffer\/*\/confirm*"
            ],
            "js": [
                "content-scripts\/tradeoffer_injector.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-scripts\/universal_injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "resources": [
                "content-scripts\/tradeoffer.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "content-scripts\/universal.js"
            ]
        }
    ]
}
© 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