Ampare Listen To My Voice
Testing Microphone Sound By Echoing
O que é Ampare Listen To My Voice?
Ampare Listen To My Voice é uma extensão do Chrome desenvolvida por http://ampareengine.com, e sua principal característica é "Testing Microphone Sound By Echoing".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ampare Listen To My Voice
Baixe arquivos de extensão Ampare Listen To My Voice no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | nenkeohamepkcdcikoimimngcgdimjhf |
URL Oficial | https://chrome.google.com/webstore/detail/ampare-listen-to-my-voice/nenkeohamepkcdcikoimimngcgdimjhf |
Descrição | Testing Microphone Sound By Echoing |
Tamanho do Arquivo | 23.41 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.1 |
Última Atualização | 2017-06-10 |
Data de Publicação | 2017-06-10 |
Classificação | 4.10/5 Total de 10 Avaliações |
Desenvolvedor | http://ampareengine.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.ampareengine.com |
Idiomas Suportados | 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" ] } |