Google Meet Microphone

Google Meet Microphone ON/OFF

Apa itu Google Meet Microphone?

Google Meet Microphone adalah ekstensi Chrome yang dikembangkan oleh Genius Lynx, dan fitur utamanya adalah "Google Meet Microphone ON/OFF".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Meet Microphone

Unduh file ekstensi Google Meet Microphone 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

                        Turn your Google Meet Microphone ON/OFF from any tab on the browser window by clicking the extension icon from the extensions bar on the top right.                    

Informasi Dasar Ekstensi

Nama Google Meet Microphone Google Meet Microphone
ID afljajkplijmejjcccffakganicgkafk
URL Resmi https://chromewebstore.google.com/detail/google-meet-microphone/afljajkplijmejjcccffakganicgkafk
Deskripsi Google Meet Microphone ON/OFF
Ukuran File 19.4 KB
Jumlah Instalasi 819
Versi Saat Ini 2.0.0.0
Terakhir Diperbarui 2022-11-11
Tanggal Publikasi 2021-12-21
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Genius Lynx
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://geniuslynx.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Microphone",
    "version": "2.0.0.0",
    "author": "Genius Lynx",
    "description": "Google Meet Microphone ON\/OFF",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Google Meet Microphone"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/meet.google.com\/*",
        "activeTab"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}