Social Video Downloader

Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!

Social Video Downloaderคืออะไร?

Social Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extensionfactory และคุณลักษณะหลักของมันคือ "Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!"

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

screenshot
screenshot

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

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

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

                        Social Video Downloader - the fast and easy way to download any video from any website. Simple interface, nothing useless and light weight.

Features: 
Download videos from websites.

Policy:
Due to restrictions of the Chrome Web store, download youtube videos is not allowed.

Caution:
Please note that Social Video Downloader isn't responsible for media content which you download. We suggest to check first media copyright permissions before downloading video files.                    

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

ชื่อ Social Video Downloader Social Video Downloader
ID mkkgamaioebmcgfagagikofmiadnodlj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-video-downloader/mkkgamaioebmcgfagagikofmiadnodlj
คำอธิบาย Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!
ขนาดไฟล์ 298 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.3.2
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2020-06-16
คะแนน 3.91/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา extensionfactory
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,en-US,fr,vi,tr,es,it,pt-BR,pt-PT,el,bg,ru,iw,bn,ar,ja
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_hint__"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "storage",
        "downloads"
    ],
    "short_name": "Social Video Downloader",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.2",
    "web_accessible_resources": [
        "*"
    ]
}