Dab.Chat Enhancenment Suite

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

Wat is Dab.Chat Enhancenment Suite?

Dab.Chat Enhancenment Suite is een Chrome-extensie ontwikkeld door http://dab.chat, en de belangrijkste functie is "An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dab.Chat Enhancenment Suite

Download Dab.Chat Enhancenment Suite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dab.Chat Enhancenment Suite Dab.Chat Enhancenment Suite
ID okmhibahbbfkcmcolfmkbpieeeojoeaj
Officiële URL https://chrome.google.com/webstore/detail/dabchat-enhancenment-suit/okmhibahbbfkcmcolfmkbpieeeojoeaj
Beschrijving An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat
Bestandsgrootte 48.74 KB
Aantal Installaties 23
Huidige Versie 0.2.02
Laatst Bijgewerkt 2020-06-04
Publicatiedatum 2020-06-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://dab.chat
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dab.chat
Help Pagina-URL https://dab.chat/contact
Ondersteunde Talen 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"
    }
}