WebExtension.net
Toggle dark mode
WebExtension.net

Chrome Audio Capture

View on Chrome Web Store
View Chrome Audio Capture Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (2,691 ratings)
2 new ratings
0 views
This extension has been viewed 0 times

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

This extension captures the audio on the current tab and saves the output file on your computer when the capture is complete
Type
Extension
Users
700,000 users
100K
VideoShots
View author page of VideoShots
Published
Published on December 1, 2016
Version 2.21
Manifest version
3
Updated
Updated on January 3, 2025
productivity/workflow
Extension Category
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": "Chrome Audio Capture",
    "description": "This extension captures the audio on the current tab and saves the output file on your computer when the capture is complete",
    "version": "2.21",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "tabCapture",
        "downloads",
        "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": [
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg",
                "images\/8.gif"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Open Chrome Audio Capture interface"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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