Ampare Listen To My Voice

Testing Microphone Sound By Echoing

Wat is Ampare Listen To My Voice?

Ampare Listen To My Voice is een Chrome-extensie ontwikkeld door http://ampareengine.com, en de belangrijkste functie is "Testing Microphone Sound By Echoing".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ampare Listen To My Voice

Download Ampare Listen To My Voice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ampare Listen To My Voice Ampare Listen To My Voice
ID nenkeohamepkcdcikoimimngcgdimjhf
Officiële URL https://chrome.google.com/webstore/detail/ampare-listen-to-my-voice/nenkeohamepkcdcikoimimngcgdimjhf
Beschrijving Testing Microphone Sound By Echoing
Bestandsgrootte 23.41 KB
Aantal Installaties 1,000
Huidige Versie 1.1
Laatst Bijgewerkt 2017-06-10
Publicatiedatum 2017-06-10
Beoordeling 4.10/5 Totaal 10 Beoordelingen
Ontwikkelaar http://ampareengine.com
Betalingswijze free
Extensiewebsite http://www.ampareengine.com
Ondersteunde Talen 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"
    ]
}