Gather Mute Shortcut
Press SPACE to talk and custom shortcut to toggle mute
Gather Mute Shortcut क्या है?
Gather Mute Shortcut https://shinychang.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press SPACE to talk and custom shortcut to toggle mute"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gather Mute Shortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Press SPACE to un-mute Please visit chrome://extensions/shortcuts to setup the shortcut of toggle mic
एक्सटेंशन की मूल जानकारी
नाम | Gather Mute Shortcut |
ID | ohhjbipfhipcebhjkcbodeilfgekihpj |
आधिकारिक URL | https://chromewebstore.google.com/detail/gather-mute-shortcut/ohhjbipfhipcebhjkcbodeilfgekihpj |
विवरण | Press SPACE to talk and custom shortcut to toggle mute |
फ़ाइल का आकार | 5.41 KB |
स्थापना संख्या | 97 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2022-02-17 |
प्रकाशन तिथि | 2021-08-30 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://shinychang.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gather Mute Shortcut", "description": "Press SPACE to talk and custom shortcut to toggle mute", "version": "1.0.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/app.gather.town\/*" ], "js": [ "content-script.js" ] } ], "commands": { "toggleMute": { "suggested_key": { "default": "Ctrl+D", "mac": "Command+D" }, "description": "Toggle Mic on\/off" } } } |