Video Downloader Online

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

Apa itu Video Downloader Online?

Video Downloader Online adalah ekstensi Chrome yang dikembangkan oleh https://onlineloader.net, dan fitur utamanya adalah "Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Video Downloader Online

Unduh file ekstensi Video Downloader Online dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Video Downloader Online Video Downloader Online
ID jglemppahimembneahjbkhjknnefeeio
URL Resmi https://chromewebstore.google.com/detail/video-downloader-online/jglemppahimembneahjbkhjknnefeeio
Deskripsi Video downloader allows to save videos from online platforms. Download video in various formats and resolutions.
Ukuran File 2.4 MB
Jumlah Instalasi 700,435
Versi Saat Ini 1.2.8
Terakhir Diperbarui 2024-01-25
Tanggal Publikasi 2021-11-16
Penilaian 4.60/5 Total 901 Penilaian
Pengembang https://onlineloader.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://onlineloader.net
URL Halaman Kebijakan Privasi https://onlineloader.net/privacy-policy.html
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}