Video Downloader for FaceBook

Download video from Facebook. Download embed Fb video from any webpage with title. Fast and easy video download.

Video Downloader for FaceBookคืออะไร?

Video Downloader for FaceBook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://downloaderforfb.com และคุณลักษณะหลักของมันคือ "Download video from Facebook. Download embed Fb video from any webpage with title. Fast and easy video download."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Downloader for FaceBook

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

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

                        Now using this extension you can download FaceBook videos not only from facebook.com but from other websites too. 

In upper right corner of any video you will see "Download" button (see the Screenshots). Click this button and save the video to your computer. Done. If you cannot see "Download" button, try to start video and the button will appear.

FaceBook Downloader doesn't support private and password-protected videos, as well as any video on YouTube. FaceBook provides only HD and SD resolution.

To make your user experience even more comfortable we arranged shortcuts (shift+f+arrow left; shift+f+arrow right) which move you to next (shift+f+arrow left) or previous (shift+f+arrow right) video on page.                    

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

ชื่อ Video Downloader for FaceBook Video Downloader for FaceBook
ID kjnmedaeobfmoehceokbmpamheibpdjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-downloader-for-face/kjnmedaeobfmoehceokbmpamheibpdjj
คำอธิบาย Download video from Facebook. Download embed Fb video from any webpage with title. Fast and easy video download.
ขนาดไฟล์ 10.41 MB
จำนวนการติดตั้ง 44,270
เวอร์ชันปัจจุบัน 0.4.5
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2021-08-25
คะแนน 4.48/5 รวมทั้งหมด 141 คะแนน
ผู้พัฒนา https://downloaderforfb.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://downloaderforfb.com/
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/downloadforfb
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,uk,iw,fa,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.4.5",
    "default_locale": "en",
    "icons": {
        "16": "i\/icon_16.png",
        "256": "i\/icon_256.png"
    },
    "action": {
        "default_icon": {
            "16": "i\/icon_16.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self' 'wasm-unsafe-eval';"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "downloads",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ]
}