WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Steam order tracking

Steam order tracking

View on Chrome Web Store
View Steam order tracking Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
3 views
This extension has been viewed 3 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.

Steam order tracking is browser extension which to keep your Steam Market buy orders profitable.
Type
Extension
Users
50 users
4
ermachenya.al
View author page of ermachenya.al
Published
Published on July 19, 2023
Version 1.4.8
Manifest version
3
Updated
Updated on February 7, 2024
lifestyle/shopping
Extension Category
View on Chrome Web Store
View Steam order tracking 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",
    "name": "__MSG_applicationTitle__",
    "description": "__MSG_applicationDescription__",
    "version": "1.4.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        },
        "default_title": "scaner",
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/modules\/purify.min.js",
                "js\/localize\/localize.js",
                "js\/modules\/animation\/checkbox-change-color-text.js",
                "js\/modules\/charts\/hammer.min.js",
                "js\/modules\/charts\/moment-with-locales.min.js",
                "js\/modules\/charts\/chart.min.js",
                "js\/modules\/charts\/chartjs-adapter-moment.min.js",
                "js\/modules\/charts\/chartjs-plugin-zoom.min.js",
                "js\/modules\/charts\/use-chartjs.js",
                "js\/modules\/charts\/history-chartjs.js",
                "js\/modules\/injectionScript.js",
                "js\/modules\/HttpRequest.js",
                "js\/modules\/global_last.js",
                "js\/modules\/economy_common_last.js",
                "js\/modules\/itemPriceHistory.js",
                "js\/popup-scripts\/wiews\/pagination.js",
                "js\/modules\/inventoryHistory.js",
                "js\/modules\/externalFunctions.js",
                "js\/modules\/DomBlocks\/changeDomFunctions.js",
                "js\/market.js",
                "js\/modules\/history.js"
            ],
            "css": [
                "css\/pagesStyle\/steamcommunityMarket.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/market*"
            ],
            "exclude_matches": [
                "*:\/\/steamcommunity.com\/market\/listings*",
                "*:\/\/steamcommunity.com\/market\/search*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/modules\/purify.min.js",
                "js\/modules\/async.min.js",
                "js\/localize\/localize.js",
                "js\/modules\/animation\/checkbox-change-color-text.js",
                "js\/modules\/charts\/hammer.min.js",
                "js\/modules\/charts\/moment-with-locales.min.js",
                "js\/modules\/charts\/chart.min.js",
                "js\/modules\/charts\/chartjs-adapter-moment.min.js",
                "js\/modules\/charts\/chartjs-plugin-zoom.min.js",
                "js\/modules\/charts\/use-chartjs.js",
                "js\/modules\/charts\/history-chartjs.js",
                "js\/modules\/injectionScript.js",
                "js\/modules\/HttpRequest.js",
                "js\/modules\/global_last.js",
                "js\/modules\/economy_common_last.js",
                "js\/modules\/itemPriceHistory.js",
                "js\/popup-scripts\/wiews\/pagination.js",
                "js\/modules\/inventoryHistory.js",
                "js\/modules\/externalFunctions.js",
                "js\/modules\/DomBlocks\/changeDomFunctions.js",
                "js\/modules\/animation\/floatLIne.js",
                "js\/marketListings.js"
            ],
            "css": [
                "css\/pagesStyle\/steamcommunityMarketListings.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/market\/listings\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/modules\/purify.min.js",
                "js\/modules\/injectionScript.js",
                "js\/modules\/HttpRequest.js",
                "js\/modules\/global_last.js",
                "js\/modules\/economy_common_last.js",
                "js\/modules\/DomBlocks\/changeDomFunctions.js",
                "js\/gamePage.js"
            ],
            "css": [
                "css\/pagesStyle\/storeSteampoweredApp.css"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/app\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/modules\/purify.min.js",
                "js\/localize\/localize.js",
                "js\/modules\/animation\/checkbox-change-color-text.js",
                "js\/modules\/charts\/hammer.min.js",
                "js\/modules\/charts\/moment-with-locales.min.js",
                "js\/modules\/charts\/chart.min.js",
                "js\/modules\/charts\/chartjs-adapter-moment.min.js",
                "js\/modules\/charts\/chartjs-plugin-zoom.min.js",
                "js\/modules\/charts\/use-chartjs.js",
                "js\/modules\/charts\/history-chartjs.js",
                "js\/modules\/injectionScript.js",
                "js\/modules\/HttpRequest.js",
                "js\/modules\/global_last.js",
                "js\/modules\/economy_common_last.js",
                "js\/modules\/itemPriceHistory.js",
                "js\/popup-scripts\/wiews\/pagination.js",
                "js\/modules\/inventoryHistory.js",
                "js\/modules\/animation\/progress-bar.js",
                "js\/modules\/externalFunctions.js",
                "js\/modules\/DomBlocks\/changeDomFunctions.js",
                "js\/marketSearch.js"
            ],
            "css": [
                "css\/pagesStyle\/steamcommunityMarketSearch.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/market\/search*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/modules\/purify.min.js",
                "js\/modules\/async.min.js",
                "js\/localize\/localize.js",
                "js\/modules\/animation\/checkbox-change-color-text.js",
                "js\/modules\/charts\/hammer.min.js",
                "js\/modules\/charts\/moment-with-locales.min.js",
                "js\/modules\/charts\/chart.min.js",
                "js\/modules\/charts\/chartjs-adapter-moment.min.js",
                "js\/modules\/charts\/chartjs-plugin-zoom.min.js",
                "js\/modules\/charts\/use-chartjs.js",
                "js\/modules\/charts\/history-chartjs.js",
                "js\/modules\/injectionScript.js",
                "js\/modules\/HttpRequest.js",
                "js\/modules\/global_last.js",
                "js\/modules\/economy_common_last.js",
                "js\/modules\/itemPriceHistory.js",
                "js\/modules\/externalFunctions.js",
                "js\/modules\/DomBlocks\/changeDomFunctions.js",
                "js\/modules\/animation\/floatLIne.js",
                "js\/popup-scripts\/wiews\/jw-paginate.js",
                "js\/popup-scripts\/wiews\/pagination.js",
                "js\/modules\/inventoryHistory.js",
                "js\/inventory.js"
            ],
            "css": [
                "css\/pagesStyle\/steamcommunityIdInventory.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/inventory*",
                "*:\/\/steamcommunity.com\/profiles\/*\/inventory*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/modules\/purify.min.js",
                "js\/localize\/localize.js",
                "js\/modules\/clipboard.min.js",
                "js\/modules\/injectionScript.js",
                "js\/modules\/HttpRequest.js",
                "js\/modules\/externalFunctions.js",
                "js\/modules\/DomBlocks\/changeDomFunctions.js",
                "js\/modules\/profile-groups.js",
                "js\/profile.js"
            ],
            "css": [
                "css\/pagesStyle\/steamcommunityIdProfile.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*",
                "*:\/\/steamcommunity.com\/profiles\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/modules\/profile.js",
                "js\/modules\/purify.min.js",
                "js\/modules\/async.min.js",
                "js\/localize\/localize.js",
                "js\/modules\/injectionScript.js",
                "js\/modules\/HttpRequest.js",
                "js\/modules\/externalFunctions.js",
                "js\/modules\/DomBlocks\/changeDomFunctions.js",
                "js\/friends.js"
            ],
            "css": [
                "css\/pagesStyle\/steamcommunitycomIdFriends.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/friends*",
                "*:\/\/steamcommunity.com\/profiles\/*\/friends*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/modules\/profile.js",
                "js\/modules\/purify.min.js",
                "js\/modules\/async.min.js",
                "js\/localize\/localize.js",
                "js\/modules\/clipboard.min.js",
                "js\/modules\/injectionScript.js",
                "js\/modules\/HttpRequest.js",
                "js\/modules\/externalFunctions.js",
                "js\/modules\/profile-comment.js",
                "js\/modules\/DomBlocks\/changeDomFunctions.js",
                "js\/groups.js"
            ],
            "css": [
                "css\/pagesStyle\/steamcommunityGroups.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/groups\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/modules\/profile.js",
                "js\/modules\/purify.min.js",
                "js\/modules\/async.min.js",
                "js\/localize\/localize.js",
                "js\/modules\/injectionScript.js",
                "js\/modules\/HttpRequest.js",
                "js\/modules\/externalFunctions.js",
                "js\/modules\/DomBlocks\/changeDomFunctions.js",
                "js\/explore.js"
            ],
            "css": [
                "css\/pagesStyle\/storeSteampoweredExplore.css"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/explore*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/modules\/injectionScript.js",
                "js\/modules\/injectionFiles\/*",
                "images\/*"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/*",
                "*:\/\/*.steampowered.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/csgobackpack.net\/api\/*",
        "*:\/\/dota2.csgobackpack.net\/api*",
        "*:\/\/steamrep.com\/api\/beta\/*",
        "*:\/\/localhost\/*"
    ]
}
© 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