Ampare Listen To My Voice

Testing Microphone Sound By Echoing

Vad är Ampare Listen To My Voice?

Ampare Listen To My Voice är en Chrome-tillägg utvecklad av http://ampareengine.com, och dess huvudfunktion är "Testing Microphone Sound By Echoing".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ampare Listen To My Voice-förlängningens CRX-fil

Ladda ner Ampare Listen To My Voice-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ampare Listen To My Voice Ampare Listen To My Voice
ID nenkeohamepkcdcikoimimngcgdimjhf
Officiell webbadress https://chrome.google.com/webstore/detail/ampare-listen-to-my-voice/nenkeohamepkcdcikoimimngcgdimjhf
Beskrivning Testing Microphone Sound By Echoing
Filstorlek 23.41 KB
Antal Installationer 1,000
Aktuell Version 1.1
Senast Uppdaterad 2017-06-10
Publiceringsdatum 2017-06-10
Betyg 4.10/5 Totalt 10 Betyg
Utvecklare http://ampareengine.com
Betalningssätt free
Tilläggswebbplats http://www.ampareengine.com
Stödda Språk 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"
    ]
}