Reddit Username Hider

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

Cos'è Reddit Username Hider?

Reddit Username Hider è un'estensione di Chrome sviluppata da Raj, e la sua funzione principale è "This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit Username Hider

Scarica i file di estensione Reddit Username Hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reddit Username Hider Reddit Username Hider
ID odincjjomagafddcpcgjjledeinafdmk
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-username-hider/odincjjomagafddcpcgjjledeinafdmk
Descrizione This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.
Dimensione del File 3.6 KB
Conteggio Installazioni 50
Versione Corrente 1.0
Ultimo Aggiornamento 2013-11-04
Data di Pubblicazione 2013-11-04
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore Raj
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}