Video Downloader for Chrome

Video Downloader is useful extension for downloading online videos. Download video in just one click.

Τι είναι το Video Downloader for Chrome;

Το Video Downloader for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Loader app, και η κύρια λειτουργία του είναι "Video Downloader is useful extension for downloading online videos. Download video in just one click.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video Downloader for Chrome

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

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

                        Video Downloader for Chrome detects all videos on the website and shows them at the popup menu. Watch favorite moments with friends or show useful guides to business partners even if you aren't online. Save interested video files to review them later on your PC.

Just click to the needed video file from the list and video will be saved to your pc shortly with the same quality as you see it online. 

Use Video Downloader for free without any registration. Among the other useful features download videos as a file to your PC and gives an opportunity to review it later offline. Save in different available formats and qualities according to your needs.

How to use this Video Downloader?
 - Browse website with the Chrome  browser
 - Click on the Video Downloader icon in the top right of the chrome browser
 - Auto detect videos, and tap the download button in popup
 - Choose which video files you want to download video
 - Done!

Find the favourite video file on popular websites across the opened sources and then click to the extension menu. The list of available files formats will be shown here. Simply click the "Download" button and file will be saved in a few seconds.

With this extension tool, you can download online videos from your favorite websites. You can save the video in original high-definition quality, or get it in standard definition (MP4). The Video Downloader for Chrome extension supports all video formats, including MP4, FLV, F4V, HLV, WEBM, MOV, and MKV.

Run downloaded 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.

[!] Important information:
Video Downloader is not a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies we can not download Youtube Videos. Thank you for understanding.

We really hope that our extension will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

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

Όνομα Video Downloader for Chrome Video Downloader for Chrome
ID fedchalbmgfhdobblebblldiblbmpgdj
Επίσημο URL https://chromewebstore.google.com/detail/video-downloader-for-chro/fedchalbmgfhdobblebblldiblbmpgdj
Περιγραφή Video Downloader is useful extension for downloading online videos. Download video in just one click.
Μέγεθος Αρχείου 102 KB
Αριθμός Εγκαταστάσεων 471,286
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2023-04-14
Ημερομηνία Δημοσίευσης 2022-10-21
Αξιολόγηση 4.27/5 Συνολικά 223 Αξιολογήσεις
Προγραμματιστής Loader app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/videoloader-web/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en_US",
    "version": "1.4.0",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.1.1.js",
                "js\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "downloads",
        "storage"
    ],
    "browser_action": {
        "default_title": "Video Donwloader",
        "default_icon": "images\/download_inactive.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2
}