VideoDownloadAssistant

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

Hvad er VideoDownloadAssistant?

VideoDownloadAssistant er en Chrome-udvidelse udviklet af rsha321hsn, og dens hovedfunktion er "With VideoDownloadAssistant you can download videos from a variety of sources. Find video files on popular websites and then…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download VideoDownloadAssistant-udvidelses-CRX-fil

Download VideoDownloadAssistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn VideoDownloadAssistant VideoDownloadAssistant
ID nlgmiecjdnhodjaepkflkdmkkaidmoeb
Officiel URL https://chrome.google.com/webstore/detail/videodownloadassistant/nlgmiecjdnhodjaepkflkdmkkaidmoeb
Beskrivelse With VideoDownloadAssistant you can download videos from a variety of sources. Find video files on popular websites and then…
Filstørrelse 127 KB
Antal Installationer 10,000
Nuværende Version 0.0.3
Senest Opdateret 2022-02-09
Udgivelsesdato 2021-12-16
Bedømmelse 4.70/5 Samlet 27 Bedømmelser
Udvikler rsha321hsn
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://paste4btc.com/qUR1idaJ
Understøttede Sprog 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:;"
    }
}