Audio Capture

You can track audio from websites with this extension

什么是Audio Capture?

Audio Capture是由Audio Capture开发的Chrome扩展程序,该扩展的主要功能是“You can track audio from websites with this extension”。

扩展截图

screenshot
screenshot

下载Audio Capture扩展crx文件

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

扩展使用说明

                        This extension is Audio Tab recorder for chrome browser. You can record and save the audio of the current tab (few tabs recording is also available). You can save the output file in two different formats – mp3 and wav. You can also mute tabs while recording and it`s really convenient, because the outgoing sound of the tab you currently record will not disturb you while interacting with other tabs. To start recording you simply click on extension icon in right upper corner of chrome browser. Use keyboard shortcuts or extension interface buttons to initialize recording.
We want you to help us to improve this extension, so feel free to leave your comment or request.                    

扩展基本信息

名称 Audio Capture Audio Capture
ID padjipbilemhhpppjmkabednoeiaaaac
官方URL https://chrome.google.com/webstore/detail/audio-capture/padjipbilemhhpppjmkabednoeiaaaac
简介 You can track audio from websites with this extension
文件大小 247 KB
安装次数 50,000
当前版本 1.3.2
更新时间 2021-10-01
上架时间 2020-11-21
评分 2.69/5 共64次评分
开发者 Audio Capture
电子邮箱 [email protected]
付费类型 free
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Audio Capture",
    "description": "You can track audio from websites with this extension",
    "version": "1.3.2",
    "default_locale": "en",
    "icons": {
        "128": "\/assets\/images\/defa.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/images\/defa.png",
        "default_popup": "\/assets\/pages\/cert.html",
        "default_title": "Open Chrome Audio Capture interface"
    },
    "options_page": "\/assets\/pages\/qweda.html",
    "background": {
        "scripts": [
            "\/assets\/js\/config.js",
            "assets\/js\/classComponent.js",
            "\/assets\/js\/alphach.js",
            "\/assets\/js\/vewa.js",
            "\/assets\/js\/lis.js",
            "\/assets\/js\/workWithStream.js",
            "\/assets\/js\/workWithLocalStorage.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabCapture",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/js\/script.js"
            ]
        }
    ]
}