WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Steam ID Finder

Steam ID Finder

View on Chrome Web Store
View Steam ID Finder Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (6 ratings)
0 views
This extension has been viewed 0 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.

Display Steam users' IDs. One-click to copy.
Type
Extension
Users
2,000 users
1K
Website avi12.com
avi12
View author page of avi12
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 17, 2017
Version 1.0.1
Manifest version
3
Updated
Updated on December 14, 2022
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Steam ID Finder 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": "Steam ID Finder",
    "short_name": "Steam ID",
    "description": "Display Steam users' IDs. One-click to copy.",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "avi12",
    "developer": {
        "name": "avi12",
        "url": "https:\/\/avi12.com\/skillshare-player-control"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_title": "Steam ID Finder Settings",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "96": "images\/icon-96.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*",
                "https:\/\/steamcommunity.com\/profiles\/*"
            ],
            "js": [
                "build\/scripts\/steam-id-finder-content-script-initialize.js"
            ],
            "css": [
                "build\/styles-injected\/main.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.steampowered.com\/ISteamUser\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}
© 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