Video Downloader professional

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

Vad är Video Downloader professional?

Video Downloader professional är en Chrome-tillägg utvecklad av video-loader.app, och dess huvudfunktion är "Download online videos in various formats from any websites. Video Downloader save video and watch it later.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Video Downloader professional-förlängningens CRX-fil

Ladda ner Video Downloader professional-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Video Downloader professional Video Downloader professional
ID knkpjhkhlfebmefnommmehegjgglnkdm
Officiell webbadress https://chromewebstore.google.com/detail/video-downloader-professi/knkpjhkhlfebmefnommmehegjgglnkdm
Beskrivning Download online videos in various formats from any websites. Video Downloader save video and watch it later.
Filstorlek 149 KB
Antal Installationer 331,019
Aktuell Version 1.0.6
Senast Uppdaterad 2024-02-25
Publiceringsdatum 2021-11-01
Betyg 4.13/5 Totalt 318 Betyg
Utvecklare video-loader.app
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/video-loader/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}