Super Audio

Record audio snippets in your browser!

What is Super Audio?

Super Audio is a Chrome extension developed by http://detailed.com, and its main feature is "Record audio snippets in your browser!".

Extension Screenshots

screenshot

Download Super Audio Extension CRX File

Download Super Audio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Record voice messages straight from Google Chrome at the click of a button.

Introduce new users to your membership websites. Save your hands from typing. Interact with potential customers in a new way.

If it ever makes sense to speak rather than type, Super Audio has you covered.

Once you've finished recording, the file is automatically uploaded and copied to your clipboard for easy sharing.                    

Extension Basic Information

Name Super Audio Super Audio
ID linccabingojcfoeenkkicpndhpnfejm
Official URL https://chrome.google.com/webstore/detail/super-audio/linccabingojcfoeenkkicpndhpnfejm
Description Record audio snippets in your browser!
File Size 313 KB
Installation Count 14
Current Version 1.0.0
Last Updated 2020-04-26
Publish Date 2020-04-26
Rating 1.00/5 Total 1 Ratings
Developer http://detailed.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Samir",
    "version": "1.0.0",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/128.png"
        },
        "default_title": "Detailed Audio"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "notifications",
        "activeTab",
        "clipboardWrite"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}