Microphone Test

Test your microphone directly in your browser.

Qu'est-ce que Microphone Test ?

Microphone Test est une extension Chrome développée par http://online-mic-test.com, et sa fonction principale est "Test your microphone directly in your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Microphone Test

Téléchargez les fichiers d'extension Microphone Test au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Microphone Test Microphone Test
ID paopdjgdenaiaoihmodjigpabjmnldao
URL Officiel https://chrome.google.com/webstore/detail/microphone-test/paopdjgdenaiaoihmodjigpabjmnldao
Description Test your microphone directly in your browser.
Taille du Fichier 5.6 MB
Nombre d'Installations 50,000
Version Actuelle 1.7
Dernière Mise à Jour 2021-05-13
Date de Publication 2020-04-17
Évaluation 4.50/5 Total 10 Évaluations
Développeur http://online-mic-test.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://online-mic-test.com
URL de la Page d'Aide https://online-mic-test.com
Langues Prises en Charge 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
}