Hide My Reddit Username
Avoid prying eyes and hide your reddit username until you hover over it.
Co to jest Hide My Reddit Username?
Hide My Reddit Username to rozszerzenie Chrome opracowane przez CJS Software, a jego główną funkcją jest „Avoid prying eyes and hide your reddit username until you hover over it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide My Reddit Username
Pobierz pliki rozszerzeń Hide My Reddit Username 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Hide My Reddit Username |
ID | hfabnjlohiidlkneecgnhimcfpkaclff |
Oficjalny URL | https://chromewebstore.google.com/detail/hide-my-reddit-username/hfabnjlohiidlkneecgnhimcfpkaclff |
Opis | Avoid prying eyes and hide your reddit username until you hover over it. |
Rozmiar pliku | 16.63 KB |
Liczba instalacji | 368 |
Aktualna Wersja | 1.00 |
Ostatnia Aktualizacja | 2018-05-28 |
Data Publikacji | 2018-05-28 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | CJS Software |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |