Audio Recorder Online

Audio Recorder Online - Allow you to easily record audio from your computer's microphone!

What is Audio Recorder Online?

Audio Recorder Online is a Chrome extension developed by Curt Norval, and its main feature is "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!".

Extension Screenshots

screenshot

Download Audio Recorder Online Extension CRX File

Download Audio Recorder Online 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

                        "Audio Recorder Online" is a program that allows you to record audio using your computer's microphone.

To use this plugin, go to the interface by pressing the toolbar icon. Start recording by clicking on the - Start Recording - button. The app will request that you allow microphone access. Please keep in mind that your system's default download location will be where the final audio is stored.

To check downloaded audio, go to the YouTube website and search for it. Because webm is a widely used video format, you may also use third-party software to convert " .webm" files into anything else.                    

Extension Basic Information

Name Audio Recorder Online Audio Recorder Online
ID nmmdnddeljockpceendkfonmnbeilked
Official URL https://chromewebstore.google.com/detail/audio-recorder-online/nmmdnddeljockpceendkfonmnbeilked
Description Audio Recorder Online - Allow you to easily record audio from your computer's microphone!
File Size 35.82 KB
Installation Count 4,311
Current Version 0.1
Last Updated 2022-05-26
Publish Date 2022-05-25
Rating 4.90/5 Total 51 Ratings
Developer Curt Norval
Email [email protected]
Payment Type free
Extension Website https://worldaddons.com/audio-recorder-online/
Help Page URL https://worldaddons.com/contact/
Privacy Policy Page URL https://worldaddons.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Audio Recorder Online",
    "short_name": "audio-recorder-online",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/audio-recorder-online\/",
    "description": "Audio Recorder Online - Allow you to easily record audio from your computer's microphone!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Audio Recorder Online",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}