Online Video Recorder

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

Vad är Online Video Recorder?

Online Video Recorder är en Chrome-tillägg utvecklad av http://record-video-online.com, och dess huvudfunktion är "Record video directly in your browser, and save your videos as MP4".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Online Video Recorder-förlängningens CRX-fil

Ladda ner Online Video Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Online Video Recorder Online Video Recorder
ID jnohnjcalneppopehkgcmkgbjpjlbgbp
Officiell webbadress https://chrome.google.com/webstore/detail/online-video-recorder/jnohnjcalneppopehkgcmkgbjpjlbgbp
Beskrivning Record video directly in your browser, and save your videos as MP4
Filstorlek 4.74 MB
Antal Installationer 1,000
Aktuell Version 2.0
Senast Uppdaterad 2020-11-18
Publiceringsdatum 2020-11-18
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare http://record-video-online.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://record-video-online.com
Hjälpsida URL https://record-video-online.com
Stödda Språk 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
}