Reddit Username Hider

This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.

什么是Reddit Username Hider?

Reddit Username Hider是由Raj开发的Chrome扩展程序,该扩展的主要功能是“This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.”。

扩展截图

screenshot

下载Reddit Username Hider扩展crx文件

下载Reddit Username Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        To keep people from reading your username over your should and then reading your comment history, use this extension to hide the username with an icon which shows you your username when you move your mouse over it.                    

扩展基本信息

名称 Reddit Username Hider Reddit Username Hider
ID odincjjomagafddcpcgjjledeinafdmk
官方URL https://chrome.google.com/webstore/detail/reddit-username-hider/odincjjomagafddcpcgjjledeinafdmk
简介 This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.
文件大小 3.6 KB
安装次数 50
当前版本 1.0
更新时间 2013-11-04
上架时间 2013-11-04
评分 3.75/5 共4次评分
开发者 Raj
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Username Hider",
    "description": "This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}