Microphone Test

Test your microphone directly in your browser.

Wat is Microphone Test?

Microphone Test is een Chrome-extensie ontwikkeld door http://online-mic-test.com, en de belangrijkste functie is "Test your microphone directly in your browser.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Microphone Test

Download Microphone Test-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Microphone Test Microphone Test
ID paopdjgdenaiaoihmodjigpabjmnldao
Officiële URL https://chrome.google.com/webstore/detail/microphone-test/paopdjgdenaiaoihmodjigpabjmnldao
Beschrijving Test your microphone directly in your browser.
Bestandsgrootte 5.6 MB
Aantal Installaties 50,000
Huidige Versie 1.7
Laatst Bijgewerkt 2021-05-13
Publicatiedatum 2020-04-17
Beoordeling 4.50/5 Totaal 10 Beoordelingen
Ontwikkelaar http://online-mic-test.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://online-mic-test.com
Help Pagina-URL https://online-mic-test.com
Ondersteunde Talen 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
}