Microphone Test
Test your microphone directly in your browser.
What is Microphone Test?
Microphone Test is a Chrome extension developed by http://online-mic-test.com, and its main feature is "Test your microphone directly in your browser.".
Extension Screenshots
Download Microphone Test Extension CRX File
Download Microphone Test extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | paopdjgdenaiaoihmodjigpabjmnldao |
Official URL | https://chrome.google.com/webstore/detail/microphone-test/paopdjgdenaiaoihmodjigpabjmnldao |
Description | Test your microphone directly in your browser. |
File Size | 5.6 MB |
Installation Count | 50,000 |
Current Version | 1.7 |
Last Updated | 2021-05-13 |
Publish Date | 2020-04-17 |
Rating | 4.50/5 Total 10 Ratings |
Developer | http://online-mic-test.com |
[email protected] | |
Payment Type | free |
Extension Website | https://online-mic-test.com |
Help Page URL | https://online-mic-test.com |
Supported Languages | 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 } |