Video Downloader Handy

Download your favorite videos and store them locally. Very handy!

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

Το Video Downloader Handy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον puper.technology, και η κύρια λειτουργία του είναι "Download your favorite videos and store them locally. Very handy!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        📹 Download videos yourself from your favorite websites to watch locally!

⏬ The extension is designed to download from any sites where downloading videos is legal and allowed!

🌈 Download and save videos playable on the hard disk of the website
🌈 Choose between different video views
🌈 In playback mode, you can find MP4 videos
🌈 You can add a video to a list from which you have quick access to it and you can play it at any time without having to go back to the original web page.
🌈 You have the ability to play videos in any size

😌 If you have problems or videos that cannot be downloaded, please do not give a bad rating, but email us at [email protected] and help us improve this software. Thanks!

⚖️ The extension does not work for YouTube, Instagram, Dailymotion, Vk and Tiktok due to restrictions                    

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

Όνομα Video Downloader Handy Video Downloader Handy
ID aepidlinkpnbmfpnhndilmgpmdjhajad
Επίσημο URL https://chrome.google.com/webstore/detail/video-downloader-handy/aepidlinkpnbmfpnhndilmgpmdjhajad
Περιγραφή Download your favorite videos and store them locally. Very handy!
Μέγεθος Αρχείου 221 KB
Αριθμός Εγκαταστάσεων 2,872
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2021-11-26
Ημερομηνία Δημοσίευσης 2021-11-26
Αξιολόγηση 3.50/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής puper.technology
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://poqdev.com/privacity
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,ru
manifest.json
{
    "background": {
        "page": "extension\/background.html"
    },
    "browser_action": {
        "default_icon": "icon19c.png",
        "default_title": "Video Downloader Handy"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "video\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "options_page": "startpage\/index.html?options=1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "downloads",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "VDP",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}