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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}