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.3 (9 ratings)
1 new ratings
8 views
This extension has been viewed 8 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
951 users
68
PreppHint
View author page of PreppHint
Published
Published on August 20, 2024
Version 4.1.0
Manifest version
3
Updated
Updated on June 12, 2025
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.1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "tabCapture",
        "downloads",
        "downloads.open",
        "offscreen",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Start Capture"
        },
        "stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Stop Capture"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "audio-worklet-processor.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "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 https:\/\/prepphint.com; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com"
    }
}
© 2025 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