Reddit Username Hider
This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.
Co to jest Reddit Username Hider?
Reddit Username Hider to rozszerzenie Chrome opracowane przez Raj, a jego główną funkcją jest „This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Username Hider
Pobierz pliki rozszerzeń Reddit Username Hider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | odincjjomagafddcpcgjjledeinafdmk |
Oficjalny URL | https://chrome.google.com/webstore/detail/reddit-username-hider/odincjjomagafddcpcgjjledeinafdmk |
Opis | This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately. |
Rozmiar pliku | 3.6 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-11-04 |
Data Publikacji | 2013-11-04 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | Raj |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |