Facebook Downloader

Download videos and photos from Facebook in one click

What is Facebook Downloader?

Facebook Downloader is a Chrome extension developed by fb.downloader.pro, and its main feature is "Download videos and photos from Facebook in one click".

Extension Screenshots

screenshot
screenshot

Download Facebook Downloader Extension CRX File

Download Facebook Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Facebook Downloader Facebook Downloader
ID blbeakbnfpllijiclkekjaelekajolgo
Official URL https://chrome.google.com/webstore/detail/facebook-downloader/blbeakbnfpllijiclkekjaelekajolgo
Description Download videos and photos from Facebook in one click
File Size 179 KB
Installation Count 7,000
Current Version 1.0.1
Last Updated 2021-03-19
Publish Date 2021-03-19
Rating 3.00/5 Total 2 Ratings
Developer fb.downloader.pro
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}