Hide Reddit Username

Hide your username on reddit.com

What is Hide Reddit Username?

Hide Reddit Username is a Chrome extension developed by Domenico Gemoli, and its main feature is "Hide your username on reddit.com".

Extension Screenshots

screenshot

Download Hide Reddit Username Extension CRX File

Download Hide 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

                        Hide your username on reddit.com. 

For any issues please visit the github page:
https://github.com/aberonni/HideRedditUsername                    

Extension Basic Information

Name Hide Reddit Username Hide Reddit Username
ID jldedhlbgmhphcahcjikkkiepalgnbdi
Official URL https://chrome.google.com/webstore/detail/hide-reddit-username/jldedhlbgmhphcahcjikkkiepalgnbdi
Description Hide your username on reddit.com
File Size 6.82 KB
Installation Count 97
Current Version 1.0.1
Last Updated 2017-02-23
Publish Date 2017-02-23
Developer Domenico Gemoli
Email [email protected]
Payment Type free
Extension Website https://github.com/aberonni/HideRedditUsername
Help Page URL https://github.com/aberonni/HideRedditUsername/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Reddit Username",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Hide your username on reddit.com",
    "homepage_url": "https:\/\/github.com\/aberonni\/HideRedditUsername",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}