Video Downloader - fast and free

Video Downloader the fastest and easiest way to download online video from any sites except youtube

Τι είναι το Video Downloader - fast and free;

Το Video Downloader - fast and free είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Security Web, και η κύρια λειτουργία του είναι "Video Downloader the fastest and easiest way to download online video from any sites except youtube".

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

screenshot
screenshot
screenshot

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

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

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

                        Video Downloader - the fastest and easiest way to download any video from any website. 

Save any online video from your favorite websites with this Video Downloader.
No more delays to watch videos online, the evolution of downloaders has come, this extension will become your favorite video saver.

 Why to install Fast: 

 - Download any online video format such as .flv video, mp4, avi, asf, mpeg and more. 
 - Build your video list of favorite videos to watch them at anytime. 
 - Easy, fast, safe and light!. 
 - You can download multiple videos simultaneously. 
 - You don't need to watch the videos online, you can now download all to your computer!

Policy disclaimer:
Due to restrictions of the chrome shop, download youtube videos is not allowed, forbidden to download videos from youtube.
You can uninstall the extension whenever you want on your chrome panel.                    

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

Όνομα Video Downloader - fast and free Video Downloader - fast and free
ID gmjckjfjhloedeopkijkhdbaofakfnam
Επίσημο URL https://chrome.google.com/webstore/detail/video-downloader-fast-and/gmjckjfjhloedeopkijkhdbaofakfnam
Περιγραφή Video Downloader the fastest and easiest way to download online video from any sites except youtube
Μέγεθος Αρχείου 10.02 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2019-12-13
Ημερομηνία Δημοσίευσης 2019-12-09
Αξιολόγηση 3.80/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Security Web
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://telegra.ph/Privacy-Policy-12-06-3
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Downloader - fast and free",
    "short_name": "Video Downloader",
    "description": "Video Downloader the fastest and easiest way to download online video from any sites except youtube",
    "version": "1.0.3",
    "permissions": [
        "downloads",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/content\/facebook.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}