Dab.Chat Enhancenment Suite

An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat

Qu'est-ce que Dab.Chat Enhancenment Suite ?

Dab.Chat Enhancenment Suite est une extension Chrome développée par http://dab.chat, et sa fonction principale est "An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dab.Chat Enhancenment Suite

Téléchargez les fichiers d'extension Dab.Chat Enhancenment Suite 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

                        Adds a global* Push-to-Talk key to Dab.chat chat rooms.

Adds global* Toke/Group/Next shortcuts to the extension.

* Works across all chrome tabs, but not outside of chrome.
* Works from most applications when used with Vivaldi.                    

Informations de Base sur l'Extension

Nom Dab.Chat Enhancenment Suite Dab.Chat Enhancenment Suite
ID okmhibahbbfkcmcolfmkbpieeeojoeaj
URL Officiel https://chrome.google.com/webstore/detail/dabchat-enhancenment-suit/okmhibahbbfkcmcolfmkbpieeeojoeaj
Description An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat
Taille du Fichier 48.74 KB
Nombre d'Installations 23
Version Actuelle 0.2.02
Dernière Mise à Jour 2020-06-04
Date de Publication 2020-06-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://dab.chat
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dab.chat
URL de la Page d'Aide https://dab.chat/contact
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "name": "Dab.Chat Enhancenment Suite",
    "permissions": [
        "tabs",
        "desktopCapture"
    ],
    "short_name": "dab.chat PTT",
    "version": "0.2.02",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "mic-up": {
            "description": "Mic Up and Talk",
            "suggested_key": {
                "default": "Alt+Z"
            },
            "global": true
        },
        "push-toke": {
            "description": "Join Toke Sesh",
            "suggested_key": {
                "default": "Alt+T"
            }
        },
        "push-group": {
            "description": "Join Group Tokes",
            "suggested_key": {
                "default": "Alt+G"
            }
        },
        "push-next": {
            "description": "Join Next Timer",
            "suggested_key": {
                "default": "Alt+N"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/dab.chat\/*",
                "https:\/\/new.dab.chat\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    }
}