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开发的Chrome扩展程序,该扩展的主要功能是“Control your mic in Gather Town using Alt + Shift + Q or what you prefer.”。
扩展截图
下载Togglae for Gather.Town扩展crx文件
下载Togglae for Gather.Town扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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."
}
} | |