Mute Perfect

By Nithin S

Τι είναι το Mute Perfect;

Το Mute Perfect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nithins.me, και η κύρια λειτουργία του είναι "By Nithin S".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Mute Perfect

Λήψη αρχείων επέκτασης 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"
    ]
}