Social Video Downloader

Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click.

Social Video Downloaderคืออะไร?

Social Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anna.kurlyand และคุณลักษณะหลักของมันคือ "Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click."

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

screenshot
screenshot

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

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

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

                        GetfVid Extension The Best Free Online Tool to Download Facebook Videos.

Also you can go to website: getfvid.com and paste your facebook video url to download video.

Extension is totally free and easy to use, Just Press the download link above/below every video.

enjoy it.                    

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

ชื่อ Social Video Downloader Social Video Downloader
ID kbmhdphcfbllelmmdgapkpkhnoonniie
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/social-video-downloader/kbmhdphcfbllelmmdgapkpkhnoonniie
คำอธิบาย Social Video Downloader - Download Videos directly from Facebook ™ in HD quality with one simple click.
ขนาดไฟล์ 30.83 KB
จำนวนการติดตั้ง 12,758
เวอร์ชันปัจจุบัน 20.4.2021.1
อัปเดตครั้งล่าสุด 2021-04-22
วันที่เผยแพร่ 2021-04-22
คะแนน 2.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา anna.kurlyand
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,de,en,fr,nl,vi,tr,es,it,pt-BR,sv,ru,hi,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "20.4.2021.1",
    "icons": {
        "128": "i\/icon_128.png",
        "64": "i\/icon_64.png",
        "48": "i\/icon_48.png",
        "32": "i\/icon_32.png",
        "16": "i\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "Facebook video Downloader",
    "description": "__MSG_ext_description__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ]
}