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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}