Mute Perfect

By Nithin S

Cos'è Mute Perfect?

Mute Perfect è un'estensione di Chrome sviluppata da https://nithins.me, e la sua funzione principale è "By Nithin S".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mute Perfect

Scarica i file di estensione Mute Perfect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 ]                    

Informazioni di Base sull'Estensione

Nome Mute Perfect Mute Perfect
ID pboahmednhooeegmdeinbbhnhhiopldh
URL Ufficiale https://chromewebstore.google.com/detail/mute-perfect/pboahmednhooeegmdeinbbhnhhiopldh
Descrizione By Nithin S
Dimensione del File 82.6 KB
Conteggio Installazioni 215
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-03-19
Data di Pubblicazione 2021-03-01
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore https://nithins.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/NithinSGowda/Mute-Perfect
URL della Pagina di Aiuto https://github.com/NithinSGowda/Mute-Perfect
URL della Pagina della Politica sulla Privacy https://nithins.me/nbot/privacyPolicy.html
Lingue Supportate 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"
    ]
}