Video Downloader by fb2mate
Downloading your Facebook videos has been simplified even more!
Was ist Video Downloader by fb2mate?
Video Downloader by fb2mate ist eine Chrome-Erweiterung, die von fb2mate inc entwickelt wurde, und ihr Hauptmerkmal ist "Downloading your Facebook videos has been simplified even more!".
Erweiterungsscreenshots
Video Downloader by fb2mate-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video Downloader by fb2mate-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
Downloading your Facebook videos has been simplified even more! Now, with our FB2Mate Google Chrome extension, you can download your favorite clips and streams faster and safer. Don’t take our word for it. Download the Firefox extension now to try it out for yourself. You’d be amazed at the instant results and satisfaction. Here, we are going in depth with the most convenient of resources available. All of the aforementioned perks are combined and packaged into the Chrome and Firefox extensions. With the extension available on the Google Chrome store, you’ll be able to download your videos straight off Facebook. Follow these simple steps below and you’re on the way to watching the greatest videos anytime, anywhere.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pnojeninehdnfmohegjhhodmekfflfjf |
Offizielle URL | https://chrome.google.com/webstore/detail/video-downloader-by-fb2ma/pnojeninehdnfmohegjhhodmekfflfjf |
Beschreibung | Downloading your Facebook videos has been simplified even more! |
Dateigröße | 52.57 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.3 |
Letztes Update | 2019-04-12 |
Veröffentlichungsdatum | 2019-04-12 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | fb2mate inc |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://fb2mate.com |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Downloader by fb2mate", "description": "Downloading your Facebook videos has been simplified even more!", "version": "1.3", "icons": { "48": "icons\/logo.png", "128": "icons\/logo-128.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "https:\/\/fb2mate.com\/*" ], "js": [ "js\/jquery.js", "js\/script.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "images\/button_download.png" ] } |