Slack Hide Typing
This lightweight extension prevents Slack from sending a typing status to channels and private messages.
What is Slack Hide Typing?
Slack Hide Typing is a Chrome extension developed by Andrew Conner, and its main feature is "This lightweight extension prevents Slack from sending a typing status to channels and private messages.".
Extension Screenshots
Download Slack Hide Typing Extension CRX File
Download Slack Hide Typing 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
Slack Hide Typing prevents the Slack website from sending typing indications to other users. You will be able to still see when other people are typing, unless they're also using this extension. The source is available at: https://github.com/andrewconner/slack-hide-typing
Extension Basic Information
Name | Slack Hide Typing |
ID | oeedcdnohdcpcadbjakljhnmdlhcgnch |
Official URL | https://chromewebstore.google.com/detail/slack-hide-typing/oeedcdnohdcpcadbjakljhnmdlhcgnch |
Description | This lightweight extension prevents Slack from sending a typing status to channels and private messages. |
File Size | 41.73 KB |
Installation Count | 516 |
Current Version | 2.1.0 |
Last Updated | 2023-06-02 |
Publish Date | 2019-07-23 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Andrew Conner |
[email protected] | |
Payment Type | free |
Extension Website | http://www.andrewconner.org/slack-hide-typing |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack Hide Typing", "version": "2.1.0", "manifest_version": 2, "description": "This lightweight extension prevents Slack from sending a typing status to channels and private messages.", "homepage_url": "http:\/\/www.andrewconner.org\/slack-hide-typing", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "permissions": [ "https:\/\/*.slack.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.slack.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |