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 |
官方網址 | 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 |
電子郵箱 | [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" } ] } |