Slack Hide Typing

This lightweight extension prevents Slack from sending a typing status to channels and private messages.

Qu'est-ce que Slack Hide Typing ?

Slack Hide Typing est une extension Chrome développée par Andrew Conner, et sa fonction principale est "This lightweight extension prevents Slack from sending a typing status to channels and private messages.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Slack Hide Typing

Téléchargez les fichiers d'extension Slack Hide Typing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Slack Hide Typing Slack Hide Typing
ID oeedcdnohdcpcadbjakljhnmdlhcgnch
URL Officiel 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.
Taille du Fichier 41.73 KB
Nombre d'Installations 516
Version Actuelle 2.1.0
Dernière Mise à Jour 2023-06-02
Date de Publication 2019-07-23
Évaluation 4.20/5 Total 5 Évaluations
Développeur Andrew Conner
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.andrewconner.org/slack-hide-typing
Langues Prises en Charge 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"
            ]
        }
    ]
}