Dab.Chat Enhancenment Suite

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

Dab.Chat Enhancenment Suite क्या है?

Dab.Chat Enhancenment Suite http://dab.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dab.Chat Enhancenment Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Dab.Chat Enhancenment Suite Dab.Chat Enhancenment Suite
ID okmhibahbbfkcmcolfmkbpieeeojoeaj
आधिकारिक URL https://chrome.google.com/webstore/detail/dabchat-enhancenment-suit/okmhibahbbfkcmcolfmkbpieeeojoeaj
विवरण An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat
फ़ाइल का आकार 48.74 KB
स्थापना संख्या 23
वर्तमान संस्करण 0.2.02
अंतिम अपडेट 2020-06-04
प्रकाशन तिथि 2020-06-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://dab.chat
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dab.chat
सहायता पृष्ठ URL https://dab.chat/contact
समर्थित भाषाएँ 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"
    }
}