Togglae for Gather.Town

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

Was ist Togglae for Gather.Town?

Togglae for Gather.Town ist eine Chrome-Erweiterung, die von Rubem Almeida entwickelt wurde, und ihr Hauptmerkmal ist "Control your mic in Gather Town using Alt + Shift + Q or what you prefer.".

Erweiterungsscreenshots

screenshot

Togglae for Gather.Town-Erweiterungs-CRX-Datei herunterladen

Laden Sie Togglae for Gather.Town-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Togglae for Gather.Town Togglae for Gather.Town
ID poedboohbmljggcjlpcmdbcfkjiiekbc
Offizielle URL https://chromewebstore.google.com/detail/togglae-for-gathertown/poedboohbmljggcjlpcmdbcfkjiiekbc
Beschreibung Control your mic in Gather Town using Alt + Shift + Q or what you prefer.
Dateigröße 74.85 KB
Installationsanzahl 39
Aktuelle Version 0.7.1
Letztes Update 2023-05-23
Veröffentlichungsdatum 2021-12-24
Entwickler Rubem Almeida
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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."
    }
}