Mute Perfect

By Nithin S

Mute Perfect란 무엇입니까?

Mute Perfect은(는) https://nithins.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "By Nithin S"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mute Perfect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}