Typing Status Hider for Discord™
Message safely! Don't let anyone know you are typing.
Cos'è Typing Status Hider for Discord™?
Typing Status Hider for Discord™ è un'estensione di Chrome sviluppata da Fishuke, e la sua funzione principale è "Message safely! Don't let anyone know you are typing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Typing Status Hider for Discord™
Scarica i file di estensione Typing Status Hider for Discord™ 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
Most people don't like to be watched. So I made a plugin that hides your writing status for discord. You will no longer appear as typing when you click on the message box by mistake! Technically this plugin doesnt manipulate discord client. It just block the typing request. Github: https://github.com/fishuke/safe-typer
Informazioni di Base sull'Estensione
Nome | Typing Status Hider for Discord™ |
ID | dpodcjngfcnpjpmlfkiecmohpenljklc |
URL Ufficiale | https://chromewebstore.google.com/detail/typing-status-hider-for-d/dpodcjngfcnpjpmlfkiecmohpenljklc |
Descrizione | Message safely! Don't let anyone know you are typing. |
Dimensione del File | 1.55 MB |
Conteggio Installazioni | 1,440 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-01-25 |
Data di Pubblicazione | 2020-11-16 |
Valutazione | 4.21/5 Totale 19 Valutazioni |
Sviluppatore | Fishuke |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://stalk.gg |
URL della Pagina di Aiuto | https://stalk.gg/about |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Typing Status Hider for Discord\u2122", "version": "1.2", "description": "Message safely! Don't let anyone know you are typing.", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "storage", "https:\/\/discord.com\/*" ], "background": { "scripts": [ "background.js", "runtime.js" ] }, "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "browser_action": { "default_icon": "assets\/icon.png", "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "default_popup": "index.html" } } |