Download Facebook videos

Download videos, thumbnails, gif images, photos from Facebook pages, groups, stories, profile, comment, cover.

Download Facebook videosคืออะไร?

Download Facebook videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pbion.com และคุณลักษณะหลักของมันคือ "Download videos, thumbnails, gif images, photos from Facebook pages, groups, stories, profile, comment, cover."

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

screenshot
screenshot

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

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

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

                        Facebook Video Downloader Online

😎 HOW DOES THIS TOOL WORK?
After you open this tool, a piece of code will be executed in the current tab. This code is responsible for analyzing the json code and finding the id of the video currently displayed on the screen. Videos that do not appear in the screen frame will be ignored. After finding the video id, the tool continued to send a request to Facebook to get the mp4 link. Then a download button will float above the video and inside the tool window.

🧐 HOW TO USE
1. Open the Facebook website.
2. Play a video on Facebook.
3. Open this extension.
4. Wait a few moments.
5. Click on the quality you want to download.
6. On the new tab, the file will automatically download and then save to your device.

💡 Version 5.0.5

☀ Download videos, audio, subtitles (closed caption), images (gif and thumbnail) from Facebook timeline, groups (include secret groups), profile.
☀ Automatically download and save the file according to the title of the video and the selected quality.
☀ Multi language.
☀ Suggest queries.
☀ Generate random keywords.                    

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

ชื่อ Download Facebook videos Download Facebook videos
ID hgknmjhmcbimcpdmmfeafjbdccaheaeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-facebook-videos/hgknmjhmcbimcpdmmfeafjbdccaheaeg
คำอธิบาย Download videos, thumbnails, gif images, photos from Facebook pages, groups, stories, profile, comment, cover.
ขนาดไฟล์ 278 KB
จำนวนการติดตั้ง 98,117
เวอร์ชันปัจจุบัน 5.0.5
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2020-03-28
คะแนน 2.38/5 รวมทั้งหมด 87 คะแนน
ผู้พัฒนา https://pbion.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pbion.com/en/facebook-downloader.html
URL หน้าช่วยเหลือ https://pbion.com/en/facebook-downloader.html#faq
URL หน้านโยบายความเป็นส่วนตัว https://pbion.com/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.0.5",
    "author": "pbion.com",
    "homepage_url": "https:\/\/pbion.com\/en\/facebook-downloader.html",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "logo\/logo128.png",
        "64": "logo\/logo64.png",
        "48": "logo\/logo48.png",
        "32": "logo\/logo32.png",
        "16": "logo\/logo16.png"
    },
    "action": {
        "default_title": "Download Facebook videos",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "logo\/logo128.png",
            "64": "logo\/logo64.png",
            "48": "logo\/logo48.png",
            "32": "logo\/logo32.png",
            "16": "logo\/logo16.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/suggestqueries.google.com\/*",
        "https:\/\/*.pbion.com\/*",
        "https:\/\/*.fb.watch\/*",
        "https:\/\/*.fbwat.ch\/*",
        "https:\/\/*.fbcdn.net\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "player.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.pbion.com\/*"
            ],
            "js": [
                "pbion.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "facebook",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}