SoVid: Social Video Downloader
Download videos from Facebook and Instagram
SoVid: Social Video Downloaderคืออะไร?
SoVid: Social Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SoVid.co และคุณลักษณะหลักของมันคือ "Download videos from Facebook and Instagram"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoVid: Social Video Downloader
ดาวน์โหลดไฟล์ส่วนขยาย SoVid: Social Video Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The SoVid browser extension makes downloading Facebook and Instagram videos (including private videos) as well as videos from stories extremely simple. Custom Filename: SoVid allows you to enable custom filenames to make organizing downloads even simpler! Facebook Videos (including private): Find the video you'd like to download and click on it to display it in theater mode. Then simply click the green download button. Facebook Videos from Stories: Click the green download button when viewing the story Instagram Videos (including private): Click the green download button that appears on videos in your feed, or click on a post and click the green download button that appears inside the popup window. Instagram Videos from Stories: Click the green download button that appears near the username at the top of the story.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oenkonlnoobejlonppgaknobfoffmaob |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sovid-social-video-downlo/oenkonlnoobejlonppgaknobfoffmaob |
คำอธิบาย | Download videos from Facebook and Instagram |
ขนาดไฟล์ | 35.63 KB |
จำนวนการติดตั้ง | 167 |
เวอร์ชันปัจจุบัน | 1.0.1.2 |
อัปเดตครั้งล่าสุด | 2020-12-12 |
วันที่เผยแพร่ | 2020-11-22 |
คะแนน | 2.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | SoVid.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://sovid.co |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/www.sovid.co\/*", "http:\/\/sovid.co\/*", "https:\/\/www.sovid.co\/*", "https:\/\/sovid.co\/*", "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/facebook.com\/*", "https:\/\/*.fbcdn.net\/*" ], "run_at": "document_start", "css": [ "style\/all.css" ], "js": [ "all.js" ] } ], "name": "SoVid: Social Video Downloader", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "web_accessible_resources": [ "images\/close.png" ], "background": { "scripts": [ "bg.js" ] }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/icon48.png", "default_title": "SoVid" }, "version": "1.0.1.2", "manifest_version": 2, "permissions": [ "storage", "downloads", "http:\/\/www.sovid.co\/*", "http:\/\/sovid.co\/*", "https:\/\/www.sovid.co\/*", "https:\/\/sovid.co\/*", "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/facebook.com\/*", "https:\/\/*.fbcdn.net\/*" ], "description": "Download videos from Facebook and Instagram" } |