steamID Display

Display of steam users IDs.

What is steamID Display?

steamID Display is a Chrome extension developed by nidushan, and its main feature is "Display of steam users IDs.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download steamID Display Extension CRX File

Download steamID Display 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

                        You will see steamIDs of the corresponding profile you are looking at.
Click on the white highlighted steamID to copy!
You can even copy your friends SteamID by right-clicking and selecting what format you need
The extension was made for admins to find players steamID.

Gratitude to:
xPaw for providing a reliable steamID library
Valve for providing an API

Dedicated for Unloze Community
If you have any suggestions, please don't be shy! Contact me!                    

Extension Basic Information

Name steamID Display steamID Display
ID ldkfpahjhbighlajfnbehegfpmjpfgmj
Official URL https://chromewebstore.google.com/detail/steamid-display/ldkfpahjhbighlajfnbehegfpmjpfgmj
Description Display of steam users IDs.
File Size 35.98 KB
Installation Count 77
Current Version 2.0
Last Updated 2024-02-02
Publish Date 2020-07-17
Rating 5.00/5 Total 3 Ratings
Developer nidushan
Email [email protected]
Payment Type free
Extension Website https://test.nidushan.com/JanMain/privacy/
Help Page URL https://test.nidushan.com/JanMain/privacy/
Privacy Policy Page URL https://test.nidushan.com/Folio/privacy.html
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "steamID Display",
    "description": "Display of steam users IDs.",
    "version": "2.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Nidushan | Information",
        "default_popup": "popup\/options.html",
        "default_icon": {
            "19": "images\/icon-19.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*",
                "https:\/\/steamcommunity.com\/profiles\/*"
            ],
            "js": [
                "js\/content-script-steam-initialize.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/api.steampowered.com\/ISteamUser\/*",
        "contextMenus",
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}