Video Downloader professional

Popular Video Downloader. Save most popular media formats across the Web!

Vad är Video Downloader professional?

Video Downloader professional är en Chrome-tillägg utvecklad av Videoloadpro.com, och dess huvudfunktion är "Popular Video Downloader. Save most popular media formats across the Web!".

Tilläggsskärmbilder

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 is the best way when trying to download videos, no ads, easy and fast.
Our extension lets you save multiple versions in HD and SD from many popular video websites!

With this extension you will have the opportunity:

- Built-in video player
- Supports MP4, MOV, FLV, AVI, WEBM, ASF, MPG and many more.
- Allows you to skip parts and you don't have to watch ads or boring content again.
- Save multiple videos simultaneously.
- Downloads almost from 99% of video hosting websites.

Thanks to this extension you can download as many videos as you want so you can watch the high-quality videos at any time even without internet connectivity.

*Important*
Video Downloader is NOT a Youtube Downloader. Due to restrictions of the Google Web store Policies and Developer Program Policies GT Video Downloader can not download Youtube Videos. Thank you for understanding                    

Grundläggande Information om Tillägg

Namn Video Downloader professional Video Downloader professional
ID hcmifggiafbblnlgkeamfopdecenbcle
Officiell webbadress https://chrome.google.com/webstore/detail/video-downloader-professi/hcmifggiafbblnlgkeamfopdecenbcle
Beskrivning Popular Video Downloader. Save most popular media formats across the Web!
Filstorlek 132 KB
Antal Installationer 500,000
Aktuell Version 1.2.0
Senast Uppdaterad 2022-02-09
Publiceringsdatum 2020-10-19
Betyg 4.55/5 Totalt 3662 Betyg
Utvecklare Videoloadpro.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/video-downloader-professional/privacy-policy
Stödda Språk 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,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "\/images\/icon-128.png",
        "64": "\/images\/icon-64.png",
        "32": "\/images\/icon-32.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon-32.png",
        "default_title": "__MSG_title__",
        "default_popup": "\/index.html"
    },
    "background": {
        "scripts": [
            "\/js\/assests\/jquery-3.2.1.min.js",
            "\/js\/assests\/tools.js",
            "\/js\/configuration.js",
            "\/js\/bg.js"
        ]
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/assests\/jquery-3.2.1.min.js",
                "\/js\/assests\/tools.js",
                "\/js\/configuration.js",
                "\/js\/ap.js",
                "\/js\/all_sc.js",
                "\/js\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content_ext.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/images\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}