Video Downloader for Chrome

🚀 Save any video with ease! Video Downloader for Chrome extension saves your favorite content in just one click. Download now!

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

Το Video Downloader for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://videosaverpro.com, και η κύρια λειτουργία του είναι "🚀 Save any video with ease! Video Downloader for Chrome extension saves your favorite content in just one click. Download now!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Video Downloader for Chrome browser is an essential tool for anyone who wants to save videos from the internet. This Chrome extension allows users to easily save videos from a variety of websites, including instructional videos, game videos, workout videos, news, and movies, with just one click.

One of the main advantages of Video Downloader for Chrome is the ability to run saved videos later, even without an internet connection. This means that you can save files and share funny moments with friends, and keep files on your PC for future watching. With the built-in player, you can even play videos offline without buffering.

Using our extension is incredibly easy. Simply browse the website with the Chrome browser, click on the extension icon in the top right of the browser, and auto-detect videos. Then, tap the "Download" button in the popup and choose which video files you want to save. It's that simple!

Note. Video Downloader for Chrome doesn't guarantee 100% results, in cases when a video is not found or users open the extension on the wrong pages, the extension shows the message - "Video not found".                    

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

Όνομα Video Downloader for Chrome Video Downloader for Chrome
ID ihackilhcefdlfoehlhlamloflhofcme
Επίσημο URL https://chrome.google.com/webstore/detail/video-downloader-for-chro/ihackilhcefdlfoehlhlamloflhofcme
Περιγραφή 🚀 Save any video with ease! Video Downloader for Chrome extension saves your favorite content in just one click. Download now!
Μέγεθος Αρχείου 492 KB
Αριθμός Εγκαταστάσεων 4,097,382
Τρέχουσα Έκδοση 2.7
Τελευταία Ενημέρωση 2023-06-28
Ημερομηνία Δημοσίευσης 2020-09-30
Αξιολόγηση 4.56/5 Συνολικά 1087 Αξιολογήσεις
Προγραμματιστής https://videosaverpro.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://videosaverpro.com/
URL της Σελίδας Πολιτικής Απορρήτου https://videosaverpro.com/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,hi,bn,gu,ta,te,ml,th,zh-CN,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__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.7",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "",
        "activeTab",
        "tabs",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Video Downloader professional",
        "default_icon": "resources\/icons\/app\/inactive_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "resources\/icons\/app\/128.png",
        "64": "resources\/icons\/app\/64.png",
        "32": "resources\/icons\/app\/32.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2
}