Togglae for Gather.Town

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

Wat is Togglae for Gather.Town?

Togglae for Gather.Town is een Chrome-extensie ontwikkeld door Rubem Almeida, en de belangrijkste functie is "Control your mic in Gather Town using Alt + Shift + Q or what you prefer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Togglae for Gather.Town

Download Togglae for Gather.Town-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

                        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.                    

Basisinformatie over de Extensie

Naam Togglae for Gather.Town Togglae for Gather.Town
ID poedboohbmljggcjlpcmdbcfkjiiekbc
Officiële URL https://chromewebstore.google.com/detail/togglae-for-gathertown/poedboohbmljggcjlpcmdbcfkjiiekbc
Beschrijving Control your mic in Gather Town using Alt + Shift + Q or what you prefer.
Bestandsgrootte 74.85 KB
Aantal Installaties 39
Huidige Versie 0.7.1
Laatst Bijgewerkt 2023-05-23
Publicatiedatum 2021-12-24
Ontwikkelaar Rubem Almeida
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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."
    }
}