Microphone Test

Test your microphone directly in your browser.

Apa itu Microphone Test?

Microphone Test adalah ekstensi Chrome yang dikembangkan oleh http://online-mic-test.com, dan fitur utamanya adalah "Test your microphone directly in your browser.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Microphone Test

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

                        A microphone testing tool that allows you to check that your microphone functions correctly. It's easy to use and has a beautiful interface displaying fading sound waves.                    

Informasi Dasar Ekstensi

Nama Microphone Test Microphone Test
ID paopdjgdenaiaoihmodjigpabjmnldao
URL Resmi https://chrome.google.com/webstore/detail/microphone-test/paopdjgdenaiaoihmodjigpabjmnldao
Deskripsi Test your microphone directly in your browser.
Ukuran File 5.6 MB
Jumlah Instalasi 50,000
Versi Saat Ini 1.7
Terakhir Diperbarui 2021-05-13
Tanggal Publikasi 2020-04-17
Penilaian 4.50/5 Total 10 Penilaian
Pengembang http://online-mic-test.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://online-mic-test.com
URL Halaman Bantuan https://online-mic-test.com
Bahasa yang Didukung id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.7",
    "browser_action": {
        "default_icon": "mic.png"
    },
    "icons": {
        "128": "mic_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}