Video Downloader

Download videos using Video Downloader from websites.

Apa itu Video Downloader?

Video Downloader adalah ekstensi Chrome yang dikembangkan oleh FREE APPS, dan fitur utamanya adalah "Download videos using Video Downloader from websites.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Video Downloader

Unduh file ekstensi Video Downloader 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 is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

Informasi Dasar Ekstensi

Nama Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
URL Resmi https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
Deskripsi Download videos using Video Downloader from websites.
Ukuran File 98.95 KB
Jumlah Instalasi 10,282
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2023-03-23
Tanggal Publikasi 2020-11-07
Penilaian 3.10/5 Total 10 Penilaian
Pengembang FREE APPS
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.smart-finder.net/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}