Ampare Listen To My Voice
Testing Microphone Sound By Echoing
Cos'è Ampare Listen To My Voice?
Ampare Listen To My Voice è un'estensione di Chrome sviluppata da http://ampareengine.com, e la sua funzione principale è "Testing Microphone Sound By Echoing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ampare Listen To My Voice
Scarica i file di estensione Ampare Listen To My Voice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nenkeohamepkcdcikoimimngcgdimjhf |
URL Ufficiale | https://chrome.google.com/webstore/detail/ampare-listen-to-my-voice/nenkeohamepkcdcikoimimngcgdimjhf |
Descrizione | Testing Microphone Sound By Echoing |
Dimensione del File | 23.41 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-06-10 |
Data di Pubblicazione | 2017-06-10 |
Valutazione | 4.10/5 Totale 10 Valutazioni |
Sviluppatore | http://ampareengine.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.ampareengine.com |
Lingue Supportate | 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" ] } |