Video Downloader - Social video save

Video Downloader Chrome extension, this free video downloader for any social networks can download video in one click.

Τι είναι το Video Downloader - Social video save;

Το Video Downloader - Social video save είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://videosaverweb.com, και η κύρια λειτουργία του είναι "Video Downloader Chrome extension, this free video downloader for any social networks can download video in one click.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video Downloader - Social video save

Λήψη αρχείων επέκτασης Video Downloader - Social video save σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Video Downloader is a powerful extension for the Chrome browser to save videos from popular video hubs. This tool is the easiest and fastest way to save online videos from mainstream websites.

Save video from almost any website that is supported by video downloader on your local hard drive. Video Downloader Social is a convenient solution to make this. 

Run saved video later at any time even without an internet connection. Save files and share with friends funny moments. Keep downloaded files on your PC for future watching. 

Usage
Video Downloader Social allows you to download MP4, MOV, FLV, WEBM - Files, but not streams. No Youtube Downloader.
The button in the browser bar will go blue if Video Downloader for Chrome detects videos files that you can download with this extension On Screenshot you can see that we will display every available video file and format that we detected. Save it to your pc if you want.

Support recording mode, m3u8, which is difficult to download conventionally, can be downloaded by recording.

With this Chrome extension, you can download all videos from Facebook or any others websites in short steps without leaving the website. It is super fast and 100% Free!

Find and download online videos from different sources and gather your own collection of music clips, funny cats or fitness workouts. Take videos with yourself and run it offline at any time. Training videos from Instagram or jokes from Facebook, exciting travels from Vimeo or even entertainment for the dates from Twitter, all these and even more are available now for online downloading. Be ready for any move with the collection of downloaded videos.

This Vide Downloader for Chrome is NOT a Youtube Downloader. Due to restrictions of the Google Webstore Policies and Developer Program Policies this extension can not download Youtube Videos. Thank you for understanding.
Movie Downloader for Chrome lets you download multiple versions in HD and SD from many popular video websites.

We hope you find our extension useful! We are waiting for your feedback and ratings! If you’re experiencing problems or isn't working on, please contact us.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video Downloader - Social video save Video Downloader - Social video save
ID jbmbplbpgcpooepakloahbjjcpfoegji
Επίσημο URL https://chromewebstore.google.com/detail/video-downloader-social-v/jbmbplbpgcpooepakloahbjjcpfoegji
Περιγραφή Video Downloader Chrome extension, this free video downloader for any social networks can download video in one click.
Μέγεθος Αρχείου 212 KB
Αριθμός Εγκαταστάσεων 1,137,113
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2024-02-06
Ημερομηνία Δημοσίευσης 2023-03-06
Αξιολόγηση 4.15/5 Συνολικά 741 Αξιολογήσεις
Προγραμματιστής https://videosaverweb.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://videosaverweb.com
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/loader-web/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "__MSG_short_name__",
    "default_locale": "en",
    "version": "0.0.3",
    "manifest_version": 3,
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "icons\/logo-no-active.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "icons\/logo-active.png"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "storage",
        "activeTab",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}