VidSaver - Social Video Downloader

Social Video Downloader. Download your favorite social media videos.

What is VidSaver - Social Video Downloader?

VidSaver - Social Video Downloader is a Chrome extension developed by https://vidsaver.net, and its main feature is "Social Video Downloader. Download your favorite social media videos.".

Extension Screenshots

screenshot

Download VidSaver - Social Video Downloader Extension CRX File

Download VidSaver - Social Video Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VidSaver - Social Video Downloader VidSaver - Social Video Downloader
ID iaipcgkelpaggbhigihfdidnjjbjmblf
Official URL https://chromewebstore.google.com/detail/vidsaver-social-video-dow/iaipcgkelpaggbhigihfdidnjjbjmblf
Description Social Video Downloader. Download your favorite social media videos.
File Size 91.92 KB
Installation Count 14,909
Current Version 0.0.6
Last Updated 2020-05-26
Publish Date 2020-05-25
Rating 2.43/5 Total 23 Ratings
Developer https://vidsaver.net
Payment Type free
Extension Website http://vidsaver.net
Supported Languages 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'"
}