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 هو إضافة Chrome تم تطويرها بواسطة Rubem Almeida، والميزة الرئيسية لها هي "Control your mic in Gather Town using Alt + Shift + Q or what you prefer.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Togglae for Gather.Town

قم بتنزيل ملفات الامتداد Togglae for Gather.Town بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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."
    }
}