Audio Capture

You can track audio from websites with this extension

Audio Captureคืออะไร?

Audio Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Audio Capture และคุณลักษณะหลักของมันคือ "You can track audio from websites with this extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Capture

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}