WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Chrome Audio Capture

Chrome Audio Capture

View on Chrome Web Store
View Chrome Audio Capture Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (26 ratings)
2 new ratings
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Chrome Audio Capture records audio from the current tab and saves the output file to your computer in MP3 or WAV format!
Type
Extension
Users
9,000 users
500
PreppHint
View author page of PreppHint
Published
Published on August 20, 2024
Version 4.2.4
Manifest version
3
Updated
Updated on February 24, 2026
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Chrome Audio Capture Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "4.2.4",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "tabCapture",
        "downloads",
        "downloads.open",
        "offscreen",
        "storage",
        "activeTab"
    ],
    "host_permissions": [],
    "commands": {
        "start_capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Start Capture"
        },
        "stop_capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Stop Capture"
        }
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Open Audio Capture interface"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top