Google Meet Microphone
Google Meet Microphone ON/OFF
什么是Google Meet Microphone?
Google Meet Microphone是由Genius Lynx开发的Chrome扩展程序,该扩展的主要功能是“Google Meet Microphone ON/OFF”。
扩展截图
下载Google Meet Microphone扩展crx文件
下载Google Meet Microphone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turn your Google Meet Microphone ON/OFF from any tab on the browser window by clicking the extension icon from the extensions bar on the top right.
扩展基本信息
名称 | Google Meet Microphone |
ID | afljajkplijmejjcccffakganicgkafk |
官方URL | https://chromewebstore.google.com/detail/google-meet-microphone/afljajkplijmejjcccffakganicgkafk |
简介 | Google Meet Microphone ON/OFF |
文件大小 | 19.4 KB |
安装次数 | 819 |
当前版本 | 2.0.0.0 |
更新时间 | 2022-11-11 |
上架时间 | 2021-12-21 |
评分 | 4.00/5 共3次评分 |
开发者 | Genius Lynx |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://geniuslynx.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Microphone", "version": "2.0.0.0", "author": "Genius Lynx", "description": "Google Meet Microphone ON\/OFF", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Google Meet Microphone" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "https:\/\/meet.google.com\/*", "activeTab" ], "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |