VideoDownloadAssistant

With VideoDownloadAssistant you can download videos from a variety of sources. Find video files on popular websites and then…

Apa itu VideoDownloadAssistant?

VideoDownloadAssistant adalah ekstensi Chrome yang dikembangkan oleh rsha321hsn, dan fitur utamanya adalah "With VideoDownloadAssistant you can download videos from a variety of sources. Find video files on popular websites and then…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi VideoDownloadAssistant

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

                        With VideoDownloadAssistant you can download videos from a variety of sources. 

Find video files on popular websites and then click to the extension menu. You will see the list of available files for download. Simply click the "Download" button and videos will be saved in a few seconds.  

This extension does not require a paid subscription.                    

Informasi Dasar Ekstensi

Nama VideoDownloadAssistant VideoDownloadAssistant
ID nlgmiecjdnhodjaepkflkdmkkaidmoeb
URL Resmi https://chrome.google.com/webstore/detail/videodownloadassistant/nlgmiecjdnhodjaepkflkdmkkaidmoeb
Deskripsi With VideoDownloadAssistant you can download videos from a variety of sources. Find video files on popular websites and then…
Ukuran File 127 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2022-02-09
Tanggal Publikasi 2021-12-16
Penilaian 4.70/5 Total 27 Penilaian
Pengembang rsha321hsn
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://paste4btc.com/qUR1idaJ
Bahasa yang Didukung en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VideoDownloadAssistant",
    "version": "0.0.3",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}