Universal Video Downloader

Powerful Video Downloader. Downloads most popular media formats like flash, videos, audios.

Apa itu Universal Video Downloader?

Universal Video Downloader adalah ekstensi Chrome yang dikembangkan oleh athopinnt, dan fitur utamanya adalah "Powerful Video Downloader. Downloads most popular media formats like flash, videos, audios.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Universal Video Downloader

Unduh file ekstensi Universal 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

                        New Powerful Video Downloader

With Universal Video Downloader you can download almost any video from most popular Social Networks and Video Hosting websites. 

Download any video you wish and watch it any time and anywhere you like. For most popular platforms we support please see the screenshots.

"Download" button in browser bar goes blue when Universal Video 
Downloader detects videos you can download.

Our extension allows to download video in MP4, FLV, WEBM, SWF and other formats.                    

Informasi Dasar Ekstensi

Nama Universal Video Downloader Universal Video Downloader
ID cogmkaeijeflocngklepoknelfjpdjng
URL Resmi https://chromewebstore.google.com/detail/universal-video-downloade/cogmkaeijeflocngklepoknelfjpdjng
Deskripsi Powerful Video Downloader. Downloads most popular media formats like flash, videos, audios.
Ukuran File 326 KB
Jumlah Instalasi 230,700
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2022-05-16
Tanggal Publikasi 2021-01-27
Penilaian 3.86/5 Total 433 Penilaian
Pengembang athopinnt
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/uvdprivacypolicy
Bahasa yang Didukung id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_title__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "version": "1.0.7",
    "background": {
        "scripts": [
            "\/js\/background\/namespace.js",
            "\/js\/background.js",
            "\/js\/jquery.js",
            "\/js\/Prefs.js",
            "\/js\/Utils.js",
            "\/js\/locale.js",
            "\/js\/background\/Media.js",
            "\/js\/background\/Fb.js",
            "\/js\/background\/Dm.js",
            "\/js\/background\/MailRu.js",
            "\/js\/background\/Twitch.js",
            "\/js\/background\/Vimeo.js",
            "\/js\/background\/Vktc.js",
            "\/js\/background\/Medias.js",
            "\/js\/contentScripts\/Controller.js",
            "\/js\/libs\/md5.js",
            "\/js\/libs\/jspack.js",
            "\/js\/background\/MainButton.js",
            "\/modules\/worker.js",
            "\/modules\/downloader.js",
            "\/modules\/recorder.js",
            "\/modules\/streamer.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_title__"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "58": "images\/icon_58.png",
        "128": "images\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "webRequest",
        "",
        "cookies",
        "downloads",
        "storage"
    ],
    "web_accessible_resources": [
        "*"
    ]
}