Facebook video downloader

Facebook video downloader - helps to download high quality videos with one click.

Facebook video downloaderคืออะไร?

Facebook video downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chr0me.dev33 และคุณลักษณะหลักของมันคือ "Facebook video downloader - helps to download high quality videos with one click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Facebook video downloader

ดาวน์โหลดไฟล์ส่วนขยาย Facebook video downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Please watch the screen recording to understand how to make it work. We are currently working on a better solution but for now, this is what's working! I will update it to make it easier to download as soon as we figure it out which should be real soon!!

Easy To Use:

1.) Just go to Facebook.com on your desktop 
2.) Find the Video you want to download. 
3.) Click the Video into its own page then refresh screen.
4.) Click on the extension if the download button does not show up after refreshing your screen
5.) Press the download button in the right corner of every video. 
6.) Save as MP4 in HD or SD quality. 

Features:
1- Easy To Use. 
2- Super Safe. 
3- Save Video As MP4 In HD or SD Quality. 

In order to keep updating the extension and pay for all the development work that has been done, we have to have a way to monetize the extension. We absolutely do not want you to pay for a dime out of your pocket for it so we have decided to do it through what you search on google and other search engine platforms. Now, we do not keep any of that information based on the actual thing that you search, it only tracks the amount of times you search and if you click on an ad. Nothing else. This is a way for us to keep developing the app and keep it open as we have invested lots of money trying to keep it up a running for you guys. We just wanted to be upfront and honest about it since you will notice an update within the next few days. This really helps us out and allows us, like I said, to keep developing the app further. Thanks everyone.

Install Video Downloader For Facebook and start downloading videos from Facebook now! 

*We recommend not trying to download any videos via the extension that are over 30 minutes long as it takes forever to process from Facebooks servers. It would be better to download long videos from our website like I mention where to find that below!

Also, our website is officially live on the dashboard under our name next to "Offered by:" and you are able to download Facebook videos via a Facebook URL!!

Important Notes :
- This app is NOT affiliated with or endorsed by Meta, Inc. nor Facebook, Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Facebook video downloader Facebook video downloader
ID afakghgmomnfjpnocnljedmbedffkbgb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/facebook-video-downloader/afakghgmomnfjpnocnljedmbedffkbgb
คำอธิบาย Facebook video downloader - helps to download high quality videos with one click.
ขนาดไฟล์ 86.31 KB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-12-23
วันที่เผยแพร่ 2022-12-23
ผู้พัฒนา chr0me.dev33
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://videofbsdk.name/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Facebook video downloader",
    "description": "Facebook video downloader - helps to download high quality videos with one click.",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "downloads",
        "webRequest",
        "storage"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png",
        "192": "icons\/icon_192.png",
        "256": "icons\/icon_256.png"
    },
    "manifest_version": 3,
    "version": "1.0.1"
}