FB Video Downloader
Download Videos.
What is FB Video Downloader?
FB Video Downloader is a Chrome extension developed by Cheryl A. Spencer, and its main feature is "Download Videos.".
Extension Screenshots
Download FB Video Downloader Extension CRX File
Download FB Video 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
Download and save your favorite FB videos with this helpful extension.
Extension Basic Information
Name | |
ID | cfomjnfgimjgchhdlopbjhcndlnankoj |
Official URL | https://chrome.google.com/webstore/detail/fb-video-downloader/cfomjnfgimjgchhdlopbjhcndlnankoj |
Description | Download Videos. |
File Size | 1.09 MB |
Installation Count | 455 |
Current Version | 0.2 |
Last Updated | 2021-07-06 |
Publish Date | 2021-02-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Cheryl A. Spencer |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/groups/funnelmavericks |
Privacy Policy Page URL | https://fastfunnelformula.com/ttvdlr-privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FB Video Downloader", "description": "Download Videos.", "version": "0.2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "downloads", "storage", "*:\/\/*\/*" ], "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "FB Video Downloader", "default_popup": "index.html" }, "content_scripts": [ { "all_frames": true, "css": [ "vendor\/content.css" ], "exclude_matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "fbcontent.bundle.js" ], "matches": [ "*:\/\/*\/*" ] }, { "css": [ "vendor\/content.css" ], "js": [ "facebook.bundle.js" ], "matches": [ "*:\/\/www.facebook.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com: object-src 'self'" } |