Unmute Google Meet on Key Press

Unmute Google Meet on pressing spacebar and mute it again when you release it

Apa itu Unmute Google Meet on Key Press?

Unmute Google Meet on Key Press adalah ekstensi Chrome yang dikembangkan oleh vdevacc, dan fitur utamanya adalah "Unmute Google Meet on pressing spacebar and mute it again when you release it".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Unmute Google Meet on Key Press

Unduh file ekstensi Unmute Google Meet on Key Press dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Isn't it too much work to unmute and mute your mic in a meeting just to say "Yes" or "Good Morning" or something small like that?!

This extension is just for that.. 
It unmutes the mic on spacebar key press and mutes it again when you release the key. Isn't it very convenient?

**This extension assumes that you keep your Google Meet on mute. Otherwise it will do the opposite. It will mute on spacebar key press and unmute it again key release.                    

Informasi Dasar Ekstensi

Nama Unmute Google Meet on Key Press Unmute Google Meet on Key Press
ID mmooelabpllbfelfkbeccahfimjggglh
URL Resmi https://chromewebstore.google.com/detail/unmute-google-meet-on-key/mmooelabpllbfelfkbeccahfimjggglh
Deskripsi Unmute Google Meet on pressing spacebar and mute it again when you release it
Ukuran File 27.16 KB
Jumlah Instalasi 28
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-01-10
Tanggal Publikasi 2021-01-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang vdevacc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unmute Google Meet on Key Press",
    "version": "1.0",
    "description": "Unmute Google Meet on pressing spacebar and mute it again when you release it",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "muteUnmuteGoogleMeet"
    }
}