Hide My Reddit Username
Avoid prying eyes and hide your reddit username until you hover over it.
Wat is Hide My Reddit Username?
Hide My Reddit Username is een Chrome-extensie ontwikkeld door CJS Software, en de belangrijkste functie is "Avoid prying eyes and hide your reddit username until you hover over it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide My Reddit Username
Download Hide My Reddit Username-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hfabnjlohiidlkneecgnhimcfpkaclff |
| Officiële URL | https://chromewebstore.google.com/detail/hide-my-reddit-username/hfabnjlohiidlkneecgnhimcfpkaclff |
| Beschrijving | Avoid prying eyes and hide your reddit username until you hover over it. |
| Bestandsgrootte | 16.63 KB |
| Aantal Installaties | 368 |
| Huidige Versie | 1.00 |
| Laatst Bijgewerkt | 2018-05-28 |
| Publicatiedatum | 2018-05-28 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | CJS Software |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |