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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
        }
    ]
}