Swift Video Downloader for Facebook™️

The best app to save videos and stories from Facebook. Download fb video or story with one click.

Swift Video Downloader for Facebook™️란 무엇입니까?

Swift Video Downloader for Facebook™️은(는) Sydney Duval에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best app to save videos and stories from Facebook. Download fb video or story with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Swift Video Downloader for Facebook™️ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        == How it works? Very Easy! ==

The extension works the next way - once the video is found, a number mark is shown on the modal indicating that the media file is available for download. 
In front of each video, you will see the "Download" button. After you click on it - you will begin to download the video. That is all, no big deal!!
Also, there will be a modal with all videos and stories on the page, where you can download all the videos from the page as a ZIP archive. 

== Features ==

✓ Opportunity to download all types of videos: movie fragments, inspiring speeches, lectures, funny video spots, and many others from Facebook.
✓ Download Facebook stories! Yes, Swift Facebook Downloader gives you this opportunity, and now you can enjoy to watch them later without an internet connection.
✓ Get all videos and stories from the page as ZIP archive! Just click the "Download" button and we will group all video items from the page into one archive.
✓ Two super-simple interface modes can help you to manipulate your videos list.
✓ Simultaneous download of several files;

== Enjoying Swift Facebook Downloader? Please rate! ==

If you like our extension, please give it a 5-star rating here ;)

== Heed Help? ==

If you have questions, concerns or you have any suggestions for improvement, please visit our site https://browserextensions.store/contact-us/                    

확장 프로그램 기본 정보

이름 Swift Video Downloader for Facebook™️ Swift Video Downloader for Facebook™️
ID lfhfpakapoeodnooibncpipemmgbdnng
공식 URL https://chrome.google.com/webstore/detail/swift-video-downloader-fo/lfhfpakapoeodnooibncpipemmgbdnng
설명 The best app to save videos and stories from Facebook. Download fb video or story with one click.
파일 크기 1.73 MB
설치 횟수 10,000
현재 버전 1.1.6
최근 업데이트 2021-05-11
출시 날짜 2021-01-06
평점 4.25/5 총 110 개의 평점
개발자 Sydney Duval
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/swift-facebook-downloader
지원되는 언어 de,en,en-GB,en-US,fr,no,es,it,fi,ru,uk,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Swift Video Downloader for Facebook\u2122\ufe0f",
        "default_popup": "static\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/css\/styles.css"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "webRequest"
    ],
    "short_name": "Swift Video Downloader for Facebook\u2122\ufe0f",
    "version": "1.1.6",
    "web_accessible_resources": [
        "assets\/img\/*"
    ]
}