FB Video Downloader
Download Videos.
Was ist FB Video Downloader?
FB Video Downloader ist eine Chrome-Erweiterung, die von Cheryl A. Spencer entwickelt wurde, und ihr Hauptmerkmal ist "Download Videos.".
Erweiterungsscreenshots
FB Video Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie FB Video Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Download and save your favorite FB videos with this helpful extension.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cfomjnfgimjgchhdlopbjhcndlnankoj |
Offizielle URL | https://chrome.google.com/webstore/detail/fb-video-downloader/cfomjnfgimjgchhdlopbjhcndlnankoj |
Beschreibung | Download Videos. |
Dateigröße | 1.09 MB |
Installationsanzahl | 455 |
Aktuelle Version | 0.2 |
Letztes Update | 2021-07-06 |
Veröffentlichungsdatum | 2021-02-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Cheryl A. Spencer |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.facebook.com/groups/funnelmavericks |
URL der Datenschutzrichtlinien-Seite | https://fastfunnelformula.com/ttvdlr-privacy-policy |
Unterstützte Sprachen | 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'" } |