Steam Account Name Hider
Changes your Steam Account name to something random, for privacy reasons.
Steam Account Name Hiderとは何ですか?
Steam Account Name HiderはMilkGamesによって開発されたChromeの拡張機能で、その主な機能は「Changes your Steam Account name to something random, for privacy reasons.」です。
拡張機能のスクリーンショット
Steam Account Name Hider拡張機能のCRXファイルをダウンロード
Steam Account Name Hider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notice: This will NOT change your account username on help.steampowered.com, nor will it change the username in the Account Details section.
拡張機能の基本情報
名前 | Steam Account Name Hider |
ID | cknndfihoehidelhfijjflfkjlhghgih |
公式URL | https://chromewebstore.google.com/detail/steam-account-name-hider/cknndfihoehidelhfijjflfkjlhghgih |
説明 | Changes your Steam Account name to something random, for privacy reasons. |
ファイルサイズ | 21.15 KB |
インストール数 | 52 |
現在のバージョン | 2.22 |
最終更新日 | 2018-01-07 |
公開日 | 2018-01-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | MilkGames |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Account Name Hider", "version": "2.22", "description": "Changes your Steam Account name to something random, for privacy reasons.", "icons": { "48": "icons\/arrow-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/steamcommunity.com\/*", "*:\/\/store.steampowered.com\/*" ], "js": [ "accountnamehider.js" ], "run_at": "document_end" } ] } |