Online Video Downloader

Free online tool to download videos from the Internet. Downloading videos is easy! Video downloader for every platform.

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

Το Online Video Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον konimatoan, και η κύρια λειτουργία του είναι "Free online tool to download videos from the Internet. Downloading videos is easy! Video downloader for every platform.".

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

screenshot

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

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

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

                        This extension adds additional functionality, the same as the downloading video buttons, which are meant to help you download videos while you watch them. 

With some other Video downloaders, you must copy the video link from the site and paste it to the downloader. It isn't straightforward and not user-friendly. But with this Chrome extension, you can download all videos in short steps without leaving the website. It is super fast and 100% Free!

How to download videos?

You can download videos and photos to your computer while it is running. First, ensure the browser extension "Online Video Downloader" is installed.

When watching a video and you want to save it, you need to move the mouse above it, and a blue button will appear. When you see it, click on the button, and wait. In 2 seconds, the extension will search for available formats and quality options from which you will choose. The same method works when you are scrolling down the wall.                    

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

Όνομα Online Video Downloader Online Video Downloader
ID ledkggjjapdgojgihnaploncccgiadhg
Επίσημο URL https://chromewebstore.google.com/detail/online-video-downloader/ledkggjjapdgojgihnaploncccgiadhg
Περιγραφή Free online tool to download videos from the Internet. Downloading videos is easy! Video downloader for every platform.
Μέγεθος Αρχείου 1.38 MB
Αριθμός Εγκαταστάσεων 397,000
Τρέχουσα Έκδοση 1.3.6
Τελευταία Ενημέρωση 2024-02-04
Ημερομηνία Δημοσίευσης 2020-01-13
Αξιολόγηση 3.67/5 Συνολικά 252 Αξιολογήσεις
Προγραμματιστής konimatoan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://getsearchgpt.com/privacy_policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "version": "1.3.6",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "permissions": [
        "",
        "tabs",
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "helpers\/jquery.js",
                "static\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "\/img\/128.png",
        "64": "\/img\/64.png",
        "32": "\/img\/32.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "\/img\/32_disabled.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "img\/*",
        "fonts\/*"
    ]
}