Togglae for Gather.Town

Control your mic in Gather Town using Alt + Shift + Q or what you prefer.

Togglae for Gather.Town क्या है?

Togglae for Gather.Town Rubem Almeida द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control your mic in Gather Town using Alt + Shift + Q or what you prefer."।

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

screenshot

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

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

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

                        Controls the microphone in the gather.town app and displays the status on the extension icon.
To customize the shortcut, just navigate to chrome://extensions/shortcuts (or edge://extensions/shortcuts) and edit it.                    

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

नाम Togglae for Gather.Town Togglae for Gather.Town
ID poedboohbmljggcjlpcmdbcfkjiiekbc
आधिकारिक URL https://chromewebstore.google.com/detail/togglae-for-gathertown/poedboohbmljggcjlpcmdbcfkjiiekbc
विवरण Control your mic in Gather Town using Alt + Shift + Q or what you prefer.
फ़ाइल का आकार 74.85 KB
स्थापना संख्या 39
वर्तमान संस्करण 0.7.1
अंतिम अपडेट 2023-05-23
प्रकाशन तिथि 2021-12-24
डेवलपर Rubem Almeida
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Togglae for Gather.Town",
    "short_name": "Togglae",
    "description": "Control your mic in Gather Town using Alt + Shift + Q or what you prefer.",
    "version": "0.7.1",
    "manifest_version": 3,
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.gather.town\/"
    ],
    "icons": {
        "16": "\/assets\/icon-no-speak-16x.png",
        "24": "\/assets\/icon-no-speak-24x.png",
        "32": "\/assets\/icon-no-speak-32x.png",
        "48": "\/assets\/icon-no-speak-48x.png",
        "64": "\/assets\/icon-no-speak-64x.png",
        "72": "\/assets\/icon-no-speak-72x.png",
        "96": "\/assets\/icon-no-speak-96x.png",
        "128": "\/assets\/icon-no-speak-128x.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggleGatherTownMic": {
            "suggested_key": "Alt+Shift+Q",
            "description": "Toggle mic"
        }
    },
    "action": {
        "default_title": "Congratulations! You won nothing to click here."
    }
}