Reddit Username Hider
This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.
Co je Reddit Username Hider?
Reddit Username Hider je rozšíření Chrome vyvinuté Raj, a jeho hlavní funkcí je „This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit Username Hider
Stáhněte si soubory rozšíření Reddit Username Hider ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | odincjjomagafddcpcgjjledeinafdmk |
Oficiální URL | https://chrome.google.com/webstore/detail/reddit-username-hider/odincjjomagafddcpcgjjledeinafdmk |
Popis | This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately. |
Velikost souboru | 3.6 KB |
Počet instalací | 50 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-11-04 |
Datum Vydání | 2013-11-04 |
Hodnocení | 3.75/5 Celkem 4 Hodnocení |
Vývojář | Raj |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |