Hide My Reddit Username

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

Cos'è Hide My Reddit Username?

Hide My Reddit Username è un'estensione di Chrome sviluppata da CJS Software, e la sua funzione principale è "Avoid prying eyes and hide your reddit username until you hover over it.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide My Reddit Username

Scarica i file di estensione Hide My Reddit Username 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Hide My Reddit Username Hide My Reddit Username
ID hfabnjlohiidlkneecgnhimcfpkaclff
URL Ufficiale https://chromewebstore.google.com/detail/hide-my-reddit-username/hfabnjlohiidlkneecgnhimcfpkaclff
Descrizione Avoid prying eyes and hide your reddit username until you hover over it.
Dimensione del File 16.63 KB
Conteggio Installazioni 368
Versione Corrente 1.00
Ultimo Aggiornamento 2018-05-28
Data di Pubblicazione 2018-05-28
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore CJS Software
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}