Video Downloader

Video Downloader - fast download videos from any webs.

Cos'è Video Downloader?

Video Downloader è un'estensione di Chrome sviluppata da Video Downloader, e la sua funzione principale è "Video Downloader - fast download videos from any webs.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Video Downloader

Scarica i file di estensione Video Downloader 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

                        Video Downloader for fast downloading online videos from webpages. The popular app supports many video formats.

How To:
For download video click to the icon of app on webpage. A list of available videos will be displayed. Now download one or all videos from the list. 

Privacy Policy:
Please read. Video Downloader is not responsible for files downloaded by users. Users should check permissions media copyright on websites.                    

Informazioni di Base sull'Estensione

Nome Video Downloader Video Downloader
ID bmfdeblldppdipllplghgfcdglodfggn
URL Ufficiale https://chrome.google.com/webstore/detail/video-downloader/bmfdeblldppdipllplghgfcdglodfggn
Descrizione Video Downloader - fast download videos from any webs.
Dimensione del File 99.32 KB
Conteggio Installazioni 37,684
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-06-11
Data di Pubblicazione 2020-05-16
Valutazione 3.39/5 Totale 54 Valutazioni
Sviluppatore Video Downloader
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "Video Downloader",
    "description": "Video Downloader - fast download videos from any webs.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}