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
官方網址 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"
    ]
}