Mute Perfect

By Nithin S

什么是Mute Perfect?

Mute Perfect是由https://nithins.me开发的Chrome扩展程序,该扩展的主要功能是“By Nithin S”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
    ]
}