Typing Status Hider for Discord™
Message safely! Don't let anyone know you are typing.
什么是Typing Status Hider for Discord™?
Typing Status Hider for Discord™是由Fishuke开发的Chrome扩展程序,该扩展的主要功能是“Message safely! Don't let anyone know you are typing.”。
扩展截图
下载Typing Status Hider for Discord™扩展crx文件
下载Typing Status Hider for Discord™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Typing Status Hider for Discord™ |
ID | dpodcjngfcnpjpmlfkiecmohpenljklc |
官方URL | https://chromewebstore.google.com/detail/typing-status-hider-for-d/dpodcjngfcnpjpmlfkiecmohpenljklc |
简介 | Message safely! Don't let anyone know you are typing. |
文件大小 | 1.55 MB |
安装次数 | 1,440 |
当前版本 | 1.2 |
更新时间 | 2022-01-25 |
上架时间 | 2020-11-16 |
评分 | 4.21/5 共19次评分 |
开发者 | Fishuke |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://stalk.gg |
帮助页面URL | https://stalk.gg/about |
支持的语言 | 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" } } |