Reddit Username Hider

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

What is Reddit Username Hider?

Reddit Username Hider is a Chrome extension developed by Raj, and its main feature is "This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.".

Extension Screenshots

screenshot

Download Reddit Username Hider Extension CRX File

Download Reddit Username 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

                        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.                    

Extension Basic Information

Name Reddit Username Hider Reddit Username Hider
ID odincjjomagafddcpcgjjledeinafdmk
Official URL https://chrome.google.com/webstore/detail/reddit-username-hider/odincjjomagafddcpcgjjledeinafdmk
Description This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.
File Size 3.6 KB
Installation Count 50
Current Version 1.0
Last Updated 2013-11-04
Publish Date 2013-11-04
Rating 3.75/5 Total 4 Ratings
Developer Raj
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}