Video Downloader by fb2mate
Downloading your Facebook videos has been simplified even more!
¿Qué es Video Downloader by fb2mate?
Video Downloader by fb2mate es una extensión de Chrome desarrollada por fb2mate inc, y su función principal es "Downloading your Facebook videos has been simplified even more!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Video Downloader by fb2mate
Descarga archivos de extensión Video Downloader by fb2mate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | pnojeninehdnfmohegjhhodmekfflfjf |
URL Oficial | https://chrome.google.com/webstore/detail/video-downloader-by-fb2ma/pnojeninehdnfmohegjhhodmekfflfjf |
Descripción | Downloading your Facebook videos has been simplified even more! |
Tamaño del Archivo | 52.57 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.3 |
Última Actualización | 2019-04-12 |
Fecha de Publicación | 2019-04-12 |
Calificación | 3.50/5 Total de 4 Calificaciones |
Desarrollador | fb2mate inc |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://fb2mate.com |
Idiomas Soportados | 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" ] } |