Video Downloader for FaceBook
Download videos from Facebook easily
Video Downloader for FaceBookคืออะไร?
Video Downloader for FaceBook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ExtDeveloper และคุณลักษณะหลักของมันคือ "Download videos from Facebook easily"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Downloader for FaceBook
ดาวน์โหลดไฟล์ส่วนขยาย Video Downloader for FaceBook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows downloading Videos from Facebook.com. On page with video you’ll see the “Download” button in upper right corner of the Video, {See the Screenshots } click that button, save it to your Alignment hard drive and you’re done. Facebook provides only HD AND SD Quality! Just Play the Video and hover a cursor on it, “Download” button will appear in the right corner of Video player. Video Downloader for FaceBook doesn't support downloading private and password-protected video, as well as any video on youtube. Extension works not only on facebook.com but also on all websites where facebook video is embed. This allows you downloading video from any third-party website. Also you can move up/down to next or previous video using shortcuts (shift+f+arrow left; shift+f+arrow right) which makes your use experience way more comfortable. Nota Bene: This is NOT a Youtube Downloader. Due to restrictions of the Google Chrome Web Store Policies and Program Policies for Developer, this extension can not download Youtube Videos.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Downloader for FaceBook |
ID | ododgdnipimbpbfioijikckkgkbkginh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-downloader-for-face/ododgdnipimbpbfioijikckkgkbkginh |
คำอธิบาย | Download videos from Facebook easily |
ขนาดไฟล์ | 742 KB |
จำนวนการติดตั้ง | 6,276 |
เวอร์ชันปัจจุบัน | 24.01.04 |
อัปเดตครั้งล่าสุด | 2024-01-05 |
วันที่เผยแพร่ | 2021-01-05 |
คะแนน | 4.19/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | ExtDeveloper |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/fbdownloaderprivacypolic |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "24.01.04", "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__" }, "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" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ], "web_accessible_resources": [ { "resources": [ "css\/*", "i\/*", "fonts\/*" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ] } |