Hide My Reddit Username

Avoid prying eyes and hide your reddit username until you hover over it.

What is Hide My Reddit Username?

Hide My Reddit Username is a Chrome extension developed by CJS Software, and its main feature is "Avoid prying eyes and hide your reddit username until you hover over it.".

Extension Screenshots

screenshot

Download Hide My Reddit Username Extension CRX File

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

                        Made with love, for /r/beta.

Hides your Reddit username from the top right corner, until you hover over it. Avoid prying eyes from knowing your Reddit username.                    

Extension Basic Information

Name Hide My Reddit Username Hide My Reddit Username
ID hfabnjlohiidlkneecgnhimcfpkaclff
Official URL https://chromewebstore.google.com/detail/hide-my-reddit-username/hfabnjlohiidlkneecgnhimcfpkaclff
Description Avoid prying eyes and hide your reddit username until you hover over it.
File Size 16.63 KB
Installation Count 368
Current Version 1.00
Last Updated 2018-05-28
Publish Date 2018-05-28
Rating 4.00/5 Total 2 Ratings
Developer CJS Software
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide My Reddit Username",
    "version": "1.00",
    "manifest_version": 2,
    "description": "Avoid prying eyes and hide your reddit username until you hover over it.",
    "icons": {
        "128": "spin-big.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ]
}