Mute Perfect

By Nithin S

Mute Perfect là gì?

Mute Perfect là một tiện ích mở rộng Chrome được phát triển bởi https://nithins.me, và tính năng chính của nó là "By Nithin S".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mute Perfect

Tải xuống các tệp mở rộng Mute Perfect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 ]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mute Perfect Mute Perfect
ID pboahmednhooeegmdeinbbhnhhiopldh
URL Chính Thức https://chromewebstore.google.com/detail/mute-perfect/pboahmednhooeegmdeinbbhnhhiopldh
Mô tả By Nithin S
Kích Thước Tệp 82.6 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-03-19
Ngày Phát Hành 2021-03-01
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://nithins.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NithinSGowda/Mute-Perfect
URL Trang Trợ Giúp https://github.com/NithinSGowda/Mute-Perfect
URL Trang Chính Sách Bảo Mật https://nithins.me/nbot/privacyPolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}