FB Downloader
FBDownloader.Online allows you to download facebook videos with high quality: HD 1080p, 2K, 4K.
FB Downloaderคืออะไร?
FB Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://fbdownloader.online และคุณลักษณะหลักของมันคือ "FBDownloader.Online allows you to download facebook videos with high quality: HD 1080p, 2K, 4K."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FB Downloader
ดาวน์โหลดไฟล์ส่วนขยาย FB Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
What is fbdownloader.online? fbdownloader.online is a tool that allows you to download facebook videos hd, full hd for free, and simply paste the video link and press the 'Start' button Processing will take a few seconds. After processing is complete you will see a list of videos to download You can choose to download videos with SD, HD,or FullHD quantity Press the 'Download' button to download the video of your choice. Instructions 1. Paste the URL of the website into the input field and click 'Start' to start the process. 2. Select the video or audio to download 3. Click 'Download' button to download video Features • Download video file MP4 facebook • Download video facebook using your browser only. No other tools needed • Download video facebook with Full HD quality • Support downloading video and audio
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pjjmbmnhbamdldgmhelcdfapijpjmehh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fb-downloader/pjjmbmnhbamdldgmhelcdfapijpjmehh |
คำอธิบาย | FBDownloader.Online allows you to download facebook videos with high quality: HD 1080p, 2K, 4K. |
ขนาดไฟล์ | 756 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2021-12-18 |
วันที่เผยแพร่ | 2021-09-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://fbdownloader.online |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/content.css" ], "js": [ "js\/jquery.js", "js\/tippy.all.js", "js\/content.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "images\/icon_128.png", "96": "images\/icon_96.png", "32": "images\/icon_32.png" }, "manifest_version": 2, "homepage_url": "https:\/\/fbdownloader.online", "name": "__MSG_extName__", "permissions": [ "tabs", "downloads" ], "version": "1.4" } |