Facebook Downloader

Download videos and photos from Facebook in one click

Cos'è Facebook Downloader?

Facebook Downloader è un'estensione di Chrome sviluppata da fb.downloader.pro, e la sua funzione principale è "Download videos and photos from Facebook in one click".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Facebook Downloader

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

                        The extension allows you to conveniently download photos and videos from Facebook.

Opportunities:
* Download videos
* Download pictures
* Download all content at once from the fb page.
* Interactive menu                    

Informazioni di Base sull'Estensione

Nome Facebook Downloader Facebook Downloader
ID blbeakbnfpllijiclkekjaelekajolgo
URL Ufficiale https://chrome.google.com/webstore/detail/facebook-downloader/blbeakbnfpllijiclkekjaelekajolgo
Descrizione Download videos and photos from Facebook in one click
Dimensione del File 179 KB
Conteggio Installazioni 7,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-03-19
Data di Pubblicazione 2021-03-19
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore fb.downloader.pro
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Facebook Downloader",
    "version": "1.0.1",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "includes\/facebook_com.js"
            ],
            "run_at": "document_end"
        }
    ]
}