Video Downloader Plus

Download videos from social website in FHD format

Cos'è Video Downloader Plus?

Video Downloader Plus è un'estensione di Chrome sviluppata da Jona. M, e la sua funzione principale è "Download videos from social website in FHD format".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Video Downloader Plus

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

                        Download and save your favorite videos easily

This extension allows downloading all types of videos from FB site

1)
Open any FB page containing a video and this extension will catch the video immediately.

2)
Click extension icon to choose your download quality and click the “Download” button. (See the Screenshots)

3)
Save the video to your own PC or mobile device and you’re done.


Video Downloader Plus supports downloading private and restricted videos and other kinds of FB videos.

If you want to stop fetching videos at any time. Just switch to the sleep mode.                    

Informazioni di Base sull'Estensione

Nome Video Downloader Plus Video Downloader Plus
ID bjejneicjolfdccjnbclegjomjlhegbi
URL Ufficiale https://chromewebstore.google.com/detail/video-downloader-plus/bjejneicjolfdccjnbclegjomjlhegbi
Descrizione Download videos from social website in FHD format
Dimensione del File 80.14 KB
Conteggio Installazioni 10,911
Versione Corrente 4.0.6
Ultimo Aggiornamento 2021-06-30
Data di Pubblicazione 2021-06-30
Valutazione 2.27/5 Totale 11 Valutazioni
Sviluppatore Jona. M
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://downloadfacebook.net
URL della Pagina di Aiuto https://downloadfacebook.net/en/contact.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Downloader Plus",
    "version": "4.0.6",
    "description": "Download videos from social website in FHD format",
    "homepage_url": "https:\/\/downloadfacebook.net\/",
    "icons": {
        "16": "popup\/icons\/i-16.png",
        "32": "popup\/icons\/i-32.png",
        "48": "popup\/icons\/i-48.png",
        "64": "popup\/icons\/i-64.png",
        "96": "popup\/icons\/i-96.png",
        "128": "popup\/icons\/i-128.png",
        "256": "popup\/icons\/i-256.png",
        "512": "popup\/icons\/i-512.png"
    },
    "background": {
        "scripts": [
            "background\/bg.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.fbcdn.net\/*",
        "clipboardWrite",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "js": [
                "content_scripts\/cs.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "popup\/icons\/i-16.png",
            "32": "popup\/icons\/i-32.png",
            "48": "popup\/icons\/i-48.png",
            "64": "popup\/icons\/i-64.png",
            "96": "popup\/icons\/i-96.png",
            "128": "popup\/icons\/i-128.png",
            "256": "popup\/icons\/i-256.png",
            "512": "popup\/icons\/i-512.png"
        },
        "default_title": "Video Downloader Plus",
        "default_popup": "popup\/popup.html",
        "browser_style": true
    }
}