Online Video Recorder

Record video directly in your browser, and save your videos as MP4

What is Online Video Recorder?

Online Video Recorder is a Chrome extension developed by http://record-video-online.com, and its main feature is "Record video directly in your browser, and save your videos as MP4".

Extension Screenshots

screenshot
screenshot

Download Online Video Recorder Extension CRX File

Download Online Video 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

                        Our online video recorder turns your browser into a video recorder. It supports multiple cameras, it doesn't send any video or audio data over the internet so your privacy is totally protected, and it saves your videos as MP4 so that they can be played back basically anywhere!                    

Extension Basic Information

Name Online Video Recorder Online Video Recorder
ID jnohnjcalneppopehkgcmkgbjpjlbgbp
Official URL https://chrome.google.com/webstore/detail/online-video-recorder/jnohnjcalneppopehkgcmkgbjpjlbgbp
Description Record video directly in your browser, and save your videos as MP4
File Size 4.74 MB
Installation Count 1,000
Current Version 2.0
Last Updated 2020-11-18
Publish Date 2020-11-18
Rating 3.50/5 Total 2 Ratings
Developer http://record-video-online.com
Email [email protected]
Payment Type free
Extension Website https://record-video-online.com
Help Page URL https://record-video-online.com
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": "2.0",
    "browser_action": {
        "default_icon": "video.png"
    },
    "icons": {
        "128": "video_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}