Online Voice Recorder

Record audio from your browser

What is Online Voice Recorder?

Online Voice Recorder is a Chrome extension developed by http://voice-recorder.io, and its main feature is "Record audio from your browser".

Extension Screenshots

screenshot

Download Online Voice Recorder Extension CRX File

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

                        A voice recorder directly in your browser, allowing you to record audio in MP3 format from your computer, phone or tablet.                    

Extension Basic Information

Name Online Voice Recorder Online Voice Recorder
ID okcpamhgbceghacdphgljcacdmabceoi
Official URL https://chrome.google.com/webstore/detail/online-voice-recorder/okcpamhgbceghacdphgljcacdmabceoi
Description Record audio from your browser
File Size 6.74 MB
Installation Count 200,000
Current Version 3
Last Updated 2020-11-17
Publish Date 2020-04-20
Rating 3.64/5 Total 14 Ratings
Developer http://voice-recorder.io
Email [email protected]
Payment Type free
Extension Website https://voice-recorder.io/
Help Page URL https://voice-recorder.io/
Supported Languages id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "3",
    "browser_action": {
        "default_icon": "recorder.png"
    },
    "icons": {
        "128": "recorder_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}