Steam Account Name Hider
Changes your Steam Account name to something random, for privacy reasons.
What is Steam Account Name Hider?
Steam Account Name Hider is a Chrome extension developed by MilkGames, and its main feature is "Changes your Steam Account name to something random, for privacy reasons.".
Extension Screenshots
Download Steam Account Name Hider Extension CRX File
Download Steam Account Name Hider 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
Notice: This will NOT change your account username on help.steampowered.com, nor will it change the username in the Account Details section.
Extension Basic Information
Name | Steam Account Name Hider |
ID | cknndfihoehidelhfijjflfkjlhghgih |
Official URL | https://chromewebstore.google.com/detail/steam-account-name-hider/cknndfihoehidelhfijjflfkjlhghgih |
Description | Changes your Steam Account name to something random, for privacy reasons. |
File Size | 21.15 KB |
Installation Count | 52 |
Current Version | 2.22 |
Last Updated | 2018-01-07 |
Publish Date | 2018-01-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | MilkGames |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |