Mute Perfect
By Nithin S
Mute Perfectとは何ですか?
Mute Perfectはhttps://nithins.meによって開発されたChromeの拡張機能で、その主な機能は「By Nithin S」です。
拡張機能のスクリーンショット
Mute Perfect拡張機能のCRXファイルをダウンロード
Mute Perfect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ensure that you are 100% on mute during your meetings or online classes This simple and lightweight extension removes your camera and mic so that you can never go unmute accidentally. This extension is entirely focused on protecting user privacy during calls/meetings. You can click on the extension to enable your mic or camera anytime you need. This will bring back your mic and camera options immediately. This is a beta version under development and currently only supports Google Meet, Microsoft Teams, and Zoom. Will add additional support to cover all meeting platforms in future releases. Contribute to Mute Perfect on https://github.com/NithinSGowda/Mute-Perfect [ Double click on bottom right confirmation ribbons to remove them incase they cover your screen ]
拡張機能の基本情報
名前 | Mute Perfect |
ID | pboahmednhooeegmdeinbbhnhhiopldh |
公式URL | https://chromewebstore.google.com/detail/mute-perfect/pboahmednhooeegmdeinbbhnhhiopldh |
説明 | By Nithin S |
ファイルサイズ | 82.6 KB |
インストール数 | 215 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-03-19 |
公開日 | 2021-03-01 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | https://nithins.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/NithinSGowda/Mute-Perfect |
ヘルプページのURL | https://github.com/NithinSGowda/Mute-Perfect |
プライバシーポリシーページのURL | https://nithins.me/nbot/privacyPolicy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Perfect", "version": "0.1.0", "description": "By Nithin S", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Mute Perfect", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/teams.microsoft.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.zoom.us\/*" ], "js": [ "js\/contentscriptMute.js" ], "css": [ "css\/contentStyle.css" ] } ], "permissions": [ "storage" ] } |