Video Downloader Online

Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.

Vad är Video Downloader Online?

Video Downloader Online är en Chrome-tillägg utvecklad av https://onlineloader.net, och dess huvudfunktion är "Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Video Downloader Online-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

                        Video Downloader Online is a powerful media utility to save videos from popular video hubs. It's exactly what you are waiting for. This is the easiest and fastest way to download online video from mainstream websites.

You can save any video from almost any website that is supported by our video downloader on your local hard drive. It can save videos of any formats, including MP4, FLV, f4v, hlv, webm, mov, mkv, and etc.

How to use?
1. Install the extension and open a web page with a video.
2. Click the extension icon (in the top right of the Chrome browser).
3. In the pop-up window, select the video you want to download – and it will be saved to your device in the best quality available. 
4. Done!

Take videos with yourself and run it offline at any time. Training videos from Instagram or jokes from Facebook, exciting travels from Vimeo or even entertainment for the dates from Twitter, all these and even more are available now for online downloading. Be ready for any move with the collection of downloaded videos.

After installing the extension, please reload the tab from which you want to save the video so that the video downloader can recognize the video file!

It allows you to keep your favorite live streams! You can now save live streams to your hard drive! It allows you to keep the live show you love.

Upon landing on a webpage housing m3u8 files, Video Saver auto-detects available m3u8 files for download. A simple click on the Video Downloader extension icon situated at the top right of Chrome kicks off the download.

Warning
Video downloader is not a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies we can not download Youtube Videos. Thank you for understanding.

We really hope that our extension will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

Grundläggande Information om Tillägg

Namn Video Downloader Online Video Downloader Online
ID jglemppahimembneahjbkhjknnefeeio
Officiell webbadress https://chromewebstore.google.com/detail/video-downloader-online/jglemppahimembneahjbkhjknnefeeio
Beskrivning Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.
Filstorlek 2.4 MB
Antal Installationer 700,435
Aktuell Version 1.2.8
Senast Uppdaterad 2024-01-25
Publiceringsdatum 2021-11-16
Betyg 4.60/5 Totalt 901 Betyg
Utvecklare https://onlineloader.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://onlineloader.net
URL till Sekretesspolicy Sidan https://onlineloader.net/privacy-policy.html
Stödda Språk id,ms,de,en,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.8",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "64": "assets\/icons\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}