Video Downloader professional

Download online videos in various formats from any websites. Video Downloader save video and watch it later.

Hvad er Video Downloader professional?

Video Downloader professional er en Chrome-udvidelse udviklet af video-loader.app, og dens hovedfunktion er "Download online videos in various formats from any websites. Video Downloader save video and watch it later.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Video Downloader professional-udvidelses-CRX-fil

Download Video Downloader professional-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Video Downloader professional for fast downloading online videos from any webpages. The popular Chrome extension supports many video formats.

Watch favorite moments with friends or show useful guides to business partners even if you aren't online. Save interested video files to review them later on your PC.

You can try Video Downloader professional and notice the difference! Use extension for free without any registration. Save in different available formats and qualities according to your needs.

How video downloader works?
- After installing the extension, go to a website that contains video resources.
- All available video files that are on the page will be detected by the extension. Once found, an number mark is shown on the extension icon indicating that media file is available for download.
- A green Download button will appear on the video itself, along with all the available video file sizes.
- You just have to choose the size of the video you want to download.
- Nothing complicated!

You do not need to register an account to use this video saver. You can download any video or audio without register. 

Download using popup icon:
Available for downloading video files are shown after clicking popup icon of the extension. Number shown on popup icon of the extension corresponds to q-ty of video available for downloading on page.

Note: 
Video Downloader is not a Youtube Downloader. Due to restrictions of the Google Web Store Policies and Developer Program Policies we can not download Youtube Videos. Thank you for understanding.

We really hope that our extension will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

Grundlæggende oplysninger om udvidelsen

Navn Video Downloader professional Video Downloader professional
ID knkpjhkhlfebmefnommmehegjgglnkdm
Officiel URL https://chromewebstore.google.com/detail/video-downloader-professi/knkpjhkhlfebmefnommmehegjgglnkdm
Beskrivelse Download online videos in various formats from any websites. Video Downloader save video and watch it later.
Filstørrelse 149 KB
Antal Installationer 331,019
Nuværende Version 1.0.6
Senest Opdateret 2024-02-25
Udgivelsesdato 2021-11-01
Bedømmelse 4.13/5 Samlet 318 Bedømmelser
Udvikler video-loader.app
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/video-loader/privacy-policy
Understøttede Sprog id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,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,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "\/img\/128.png",
        "64": "\/img\/64.png",
        "32": "\/img\/32.png"
    },
    "action": {
        "default_icon": "\/img\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/_config.js",
                "\/js\/content.js",
                "\/js\/feedback.js"
            ],
            "css": [
                "\/assets\/btns.css",
                "\/assets\/feedback.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}