Social Video Downloader
Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click.
什么是Social Video Downloader?
Social Video Downloader是由anna.kurlyand开发的Chrome扩展程序,该扩展的主要功能是“Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click.”。
扩展截图
下载Social Video Downloader扩展crx文件
下载Social Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GetfVid Extension The Best Free Online Tool to Download Facebook Videos. Also you can go to website: getfvid.com and paste your facebook video url to download video. Extension is totally free and easy to use, Just Press the download link above/below every video. enjoy it.
扩展基本信息
名称 | |
ID | kbmhdphcfbllelmmdgapkpkhnoonniie |
官方URL | https://chrome.google.com/webstore/detail/social-video-downloader/kbmhdphcfbllelmmdgapkpkhnoonniie |
简介 | Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click. |
文件大小 | 30.83 KB |
安装次数 | 12,758 |
当前版本 | 20.4.2021.1 |
更新时间 | 2021-04-22 |
上架时间 | 2021-04-22 |
评分 | 2.42/5 共12次评分 |
开发者 | anna.kurlyand |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | id,de,en,fr,nl,vi,tr,es,it,pt-BR,sv,ru,hi,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "version": "20.4.2021.1", "icons": { "128": "i\/icon_128.png", "64": "i\/icon_64.png", "48": "i\/icon_48.png", "32": "i\/icon_32.png", "16": "i\/icon_16.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "Facebook video Downloader", "description": "__MSG_ext_description__", "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start", "css": [ "style.css" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "downloads", "https:\/\/*.facebook.com\/*", "https:\/\/*.fbcdn.net\/*" ] } |