Ampare Listen To My Voice

Testing Microphone Sound By Echoing

什么是Ampare Listen To My Voice?

Ampare Listen To My Voice是由http://ampareengine.com开发的Chrome扩展程序,该扩展的主要功能是“Testing Microphone Sound By Echoing”。

扩展截图

screenshot
screenshot

下载Ampare Listen To My Voice扩展crx文件

下载Ampare Listen To My Voice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ampare Listen To My Voice Ampare Listen To My Voice
ID nenkeohamepkcdcikoimimngcgdimjhf
官方URL https://chrome.google.com/webstore/detail/ampare-listen-to-my-voice/nenkeohamepkcdcikoimimngcgdimjhf
简介 Testing Microphone Sound By Echoing
文件大小 23.41 KB
安装次数 1,000
当前版本 1.1
更新时间 2017-06-10
上架时间 2017-06-10
评分 4.10/5 共10次评分
开发者 http://ampareengine.com
付费类型 free
扩展官网 http://www.ampareengine.com
支持的语言 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"
    ]
}