Typing Status Hider for Discord™
Message safely! Don't let anyone know you are typing.
What is Typing Status Hider for Discord™?
Typing Status Hider for Discord™ is a Chrome extension developed by Fishuke, and its main feature is "Message safely! Don't let anyone know you are typing.".
Extension Screenshots
Download Typing Status Hider for Discord™ Extension CRX File
Download Typing Status Hider for Discord™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Typing Status Hider for Discord™ |
ID | dpodcjngfcnpjpmlfkiecmohpenljklc |
Official URL | https://chromewebstore.google.com/detail/typing-status-hider-for-d/dpodcjngfcnpjpmlfkiecmohpenljklc |
Description | Message safely! Don't let anyone know you are typing. |
File Size | 1.55 MB |
Installation Count | 1,440 |
Current Version | 1.2 |
Last Updated | 2022-01-25 |
Publish Date | 2020-11-16 |
Rating | 4.21/5 Total 19 Ratings |
Developer | Fishuke |
[email protected] | |
Payment Type | free |
Extension Website | https://stalk.gg |
Help Page URL | https://stalk.gg/about |
Supported Languages | 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" } } |