steamID Display

Display of steam users IDs.

steamID Displayとは何ですか?

steamID Displayはnidushanによって開発されたChromeの拡張機能で、その主な機能は「Display of steam users IDs.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

steamID Display拡張機能のCRXファイルをダウンロード

steamID Display拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 steamID Display steamID Display
ID ldkfpahjhbighlajfnbehegfpmjpfgmj
公式URL https://chromewebstore.google.com/detail/steamid-display/ldkfpahjhbighlajfnbehegfpmjpfgmj
説明 Display of steam users IDs.
ファイルサイズ 35.98 KB
インストール数 77
現在のバージョン 2.0
最終更新日 2024-02-02
公開日 2020-07-17
評価 5.00/5 合計 3 レビュー
開発者 nidushan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://test.nidushan.com/JanMain/privacy/
ヘルプページのURL https://test.nidushan.com/JanMain/privacy/
プライバシーポリシーページのURL https://test.nidushan.com/Folio/privacy.html
対応言語 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]"
        }
    }
}