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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best app to save videos and stories from Facebook. Download fb video or story with one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Swift Video Downloader for Facebook™️ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } |