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