Social Video Downloader

Downloads videos from social networks like Facebook, Instagram, Twitter, Vimeo & many more in just one click.

什么是Social Video Downloader?

Social Video Downloader是由https://socialdownloader.in开发的Chrome扩展程序,该扩展的主要功能是“Downloads videos from social networks like Facebook, Instagram, Twitter, Vimeo & many more in just one click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Social Video Downloader扩展crx文件

下载Social Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Social Video Downloader is very easy & intuitive to use. You just need to open a video page on Facebook/Instagram/Vimeo/Twitter and it will start showing a "Download" button on the top-right corner of the page.

Once you click on it and It will show the available format of the video. Just click on the desired format and it will start downloading the video. You can see the download progress at the bottom of the page.

If you face any difficulties in downloading the Video, Please put a comment or send an email to "[email protected]" with the video information.

Don't forget to give us five stars if you like this video downloader.

Note: We do not support video downloading from YouTube. 

Please visit our website "https://socialdownloader.in" for more video downloading options.                    

扩展基本信息

名称 Social Video Downloader Social Video Downloader
ID bphnmjlejonaeiapcnimchlmhbpbdiip
官方URL https://chromewebstore.google.com/detail/social-video-downloader/bphnmjlejonaeiapcnimchlmhbpbdiip
简介 Downloads videos from social networks like Facebook, Instagram, Twitter, Vimeo & many more in just one click.
文件大小 126 KB
安装次数 3,277
当前版本 1.0.1
更新时间 2023-09-12
上架时间 2021-12-26
评分 4.69/5 共39次评分
开发者 https://socialdownloader.in
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://socialdownloader.in/contact-us
隐私政策页面URL https://blog.tcmhack.in/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "Social Video Downloader",
    "author": {
        "url": "https:\/\/www.tcmhack.in",
        "name": "TIKAM CHAND MEGHWANSHI"
    },
    "description": "Downloads videos from social networks like Facebook, Instagram, Twitter, Vimeo & many more in just one click.",
    "homepage_url": "https:\/\/socialdownloader.in",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "downloads",
        "storage",
        "webRequest"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.tcmhack.in\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/",
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.twitter.com\/",
        "https:\/\/*.vimeo.com\/"
    ]
}