Ampare Listen To My Voice
Testing Microphone Sound By Echoing
What is Ampare Listen To My Voice?
Ampare Listen To My Voice is a Chrome extension developed by http://ampareengine.com, and its main feature is "Testing Microphone Sound By Echoing".
Extension Screenshots
Download Ampare Listen To My Voice Extension CRX File
Download Ampare Listen To My Voice 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
Ampare Listen To My Voice is a Free Chrome Extension That Allow You To Test Your Microphone By Listening To Your Select Microphone Device. It is great for testing your microphone before important Google Hangout , Facebook Messenger Meeting. We Respect Your Privacy , Our Microphone Testing Software doesn't log or track any of your information. Moreover , The Software doesn't require internet connection in order to function.
Extension Basic Information
Name | |
ID | nenkeohamepkcdcikoimimngcgdimjhf |
Official URL | https://chrome.google.com/webstore/detail/ampare-listen-to-my-voice/nenkeohamepkcdcikoimimngcgdimjhf |
Description | Testing Microphone Sound By Echoing |
File Size | 23.41 KB |
Installation Count | 1,000 |
Current Version | 1.1 |
Last Updated | 2017-06-10 |
Publish Date | 2017-06-10 |
Rating | 4.10/5 Total 10 Ratings |
Developer | http://ampareengine.com |
Payment Type | free |
Extension Website | http://www.ampareengine.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ampare Listen To My Voice", "short_name": "Microphone Tester", "version": "1.1", "description": "Testing Microphone Sound By Echoing", "icons": { "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Microphone Test", "default_icon": "icon-128.png" }, "permissions": [ "tabs" ] } |