Mute Perfect

By Nithin S

O que é Mute Perfect?

Mute Perfect é uma extensão do Chrome desenvolvida por https://nithins.me, e sua principal característica é "By Nithin S".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mute Perfect

Baixe arquivos de extensão Mute Perfect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 ]                    

Informações Básicas da Extensão

Nome Mute Perfect Mute Perfect
ID pboahmednhooeegmdeinbbhnhhiopldh
URL Oficial https://chromewebstore.google.com/detail/mute-perfect/pboahmednhooeegmdeinbbhnhhiopldh
Descrição By Nithin S
Tamanho do Arquivo 82.6 KB
Contagem de Instalações 215
Versão Atual 0.1.0
Última Atualização 2021-03-19
Data de Publicação 2021-03-01
Classificação 3.86/5 Total de 7 Avaliações
Desenvolvedor https://nithins.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/NithinSGowda/Mute-Perfect
URL da Página de Ajuda https://github.com/NithinSGowda/Mute-Perfect
URL da Página de Política de Privacidade https://nithins.me/nbot/privacyPolicy.html
Idiomas Suportados 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"
    ]
}