FB Video Downloader
Download Videos.
Wat is FB Video Downloader?
FB Video Downloader is een Chrome-extensie ontwikkeld door Cheryl A. Spencer, en de belangrijkste functie is "Download Videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie FB Video Downloader
Download FB Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Download and save your favorite FB videos with this helpful extension.
Basisinformatie over de Extensie
Naam | |
ID | cfomjnfgimjgchhdlopbjhcndlnankoj |
Officiële URL | https://chrome.google.com/webstore/detail/fb-video-downloader/cfomjnfgimjgchhdlopbjhcndlnankoj |
Beschrijving | Download Videos. |
Bestandsgrootte | 1.09 MB |
Aantal Installaties | 455 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2021-07-06 |
Publicatiedatum | 2021-02-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Cheryl A. Spencer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.facebook.com/groups/funnelmavericks |
URL van de Privacybeleid Pagina | https://fastfunnelformula.com/ttvdlr-privacy-policy |
Ondersteunde Talen | 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'" } |