Video Downloader Plus

Video Downloader Plus is the best way to download video from Chrome. Free video saver utility for all video formats.

Τι είναι το Video Downloader Plus;

Το Video Downloader Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον VideoLoader Plus, και η κύρια λειτουργία του είναι "Video Downloader Plus is the best way to download video from Chrome. Free video saver utility for all video formats.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This simple but very powerful app allows you to take any high definition video from almost any website quickly and efficiently. You can save in original high definition quality, or get it in standard definition (MP4).

Save files and share with friends funny moments. Keep downloaded files on your PC for future watching. 

Run the extension 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.

We offers a range of useful features, including the ability to download video as a file to your PC and the opportunity to review them later offline. You can save file in different available formats and qualities according to your needs, including 720p, 1080p, 2K, and 4K. 

With this downloader no need to guess the file size or the resolution. It's detects all resolutions available, so you can choose according to your needs what size is the best.

Please, rate it with 5 stars, share it with your friends.                    

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

Όνομα Video Downloader Plus Video Downloader Plus
ID cjljdgfhkjbdbkcdkfojleidpldagmao
Επίσημο URL https://chromewebstore.google.com/detail/video-downloader-plus/cjljdgfhkjbdbkcdkfojleidpldagmao
Περιγραφή Video Downloader Plus is the best way to download video from Chrome. Free video saver utility for all video formats.
Μέγεθος Αρχείου 2.36 MB
Αριθμός Εγκαταστάσεων 984,134
Τρέχουσα Έκδοση 1.1.11
Τελευταία Ενημέρωση 2023-09-29
Ημερομηνία Δημοσίευσης 2020-10-21
Αξιολόγηση 4.31/5 Συνολικά 1153 Αξιολογήσεις
Προγραμματιστής VideoLoader Plus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://savevideoplus.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en,es,pt-PT,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.11",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "default_locale": "en",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "64": "icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}