VideoDownloadAssistant

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

Cos'è VideoDownloadAssistant?

VideoDownloadAssistant è un'estensione di Chrome sviluppata da rsha321hsn, e la sua funzione principale è "With VideoDownloadAssistant you can download videos from a variety of sources. Find video files on popular websites and then…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VideoDownloadAssistant

Scarica i file di estensione VideoDownloadAssistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VideoDownloadAssistant VideoDownloadAssistant
ID nlgmiecjdnhodjaepkflkdmkkaidmoeb
URL Ufficiale https://chrome.google.com/webstore/detail/videodownloadassistant/nlgmiecjdnhodjaepkflkdmkkaidmoeb
Descrizione With VideoDownloadAssistant you can download videos from a variety of sources. Find video files on popular websites and then…
Dimensione del File 127 KB
Conteggio Installazioni 10,000
Versione Corrente 0.0.3
Ultimo Aggiornamento 2022-02-09
Data di Pubblicazione 2021-12-16
Valutazione 4.70/5 Totale 27 Valutazioni
Sviluppatore rsha321hsn
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://paste4btc.com/qUR1idaJ
Lingue Supportate 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:;"
    }
}