VidSaver - Social Video Downloader

Social Video Downloader. Download your favorite social media videos.

VidSaver - Social Video Downloaderคืออะไร?

VidSaver - Social Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vidsaver.net และคุณลักษณะหลักของมันคือ "Social Video Downloader. Download your favorite social media videos."

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

screenshot

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

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

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

                        Social Video Downloader allows you to download videos from your favourite social media. Hassle free! Install it now for free! This extension will allow you to download your favourite videos from your favourite social media.                    

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

ชื่อ VidSaver - Social Video Downloader VidSaver - Social Video Downloader
ID iaipcgkelpaggbhigihfdidnjjbjmblf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vidsaver-social-video-dow/iaipcgkelpaggbhigihfdidnjjbjmblf
คำอธิบาย Social Video Downloader. Download your favorite social media videos.
ขนาดไฟล์ 91.92 KB
จำนวนการติดตั้ง 14,909
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2020-05-26
วันที่เผยแพร่ 2020-05-25
คะแนน 2.43/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://vidsaver.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://vidsaver.net
ภาษาที่รองรับ id,de,en,fr,nl,vi,ca,et,es,hr,it,lt,hu,pl,pt-BR,pt-PT,el,bg,ru,uk,iw,hi,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/jquery-3.2.1.min.js",
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Vidsaver - Social Video Downloader"
    },
    "default_locale": "en",
    "version": "0.0.6",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "VidSaver - Social Video Downloader",
    "short_name": "vidsaver",
    "description": "Social Video Downloader. Download your favorite social media videos.",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/js\/jquery-3.2.1.min.js",
                "\/js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "permissions": [],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}