Video Downloader Pro

Video Downloader - download any video from any website! Fast, easy, free!

Co je Video Downloader Pro?

Video Downloader Pro je rozšíření Chrome vyvinuté Video Downloader Pro, a jeho hlavní funkcí je „Video Downloader - download any video from any website! Fast, easy, free!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Video Downloader Pro

Stáhněte si soubory rozšíření Video Downloader Pro ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        VDP 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. 

VDP will help to find and quickly download any video and music from 98% web pages all over the Internet. Simply click on the extension icon and see all files for downloading. Choose a file and give it a second to be saved on your computer. 

Why VDP?   

- any available format can be downloaded —  flv, mp4, avi, asf, mpeg, mp3 and many more;
- no need to waste time in search for available music and video content — VDP will do it for you;
- no ads, spy or malware; 
- easy to uninstall;
- fast, free and safe.

If you have questions or problems please contact us:
[email protected]                    

Základní Informace o Rozšíření

Název Video Downloader Pro Video Downloader Pro
ID klkegmdjeiklkjdjjbknjgdpdbaojdkk
Oficiální URL https://chrome.google.com/webstore/detail/video-downloader-pro/klkegmdjeiklkjdjjbknjgdpdbaojdkk
Popis Video Downloader - download any video from any website! Fast, easy, free!
Velikost souboru 100 KB
Počet instalací 200,000
Aktuální Verze 1.4.4
Poslední Aktualizace 2022-07-07
Datum Vydání 2020-07-04
Hodnocení 3.63/5 Celkem 236 Hodnocení
Vývojář Video Downloader Pro
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://bit.ly/33kYyNP
Podporované Jazyky 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",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/mono.js",
            "js\/jquery-3.1.1.min.js",
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "downloads"
    ],
    "version": "1.4.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/providers\/allUrl.js"
            ],
            "run_at": "document_idle",
            "exclude_matches": [
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.vk.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vk.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                ".\/js\/providers\/inConnect.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                ".\/js\/providers\/vInBlue.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dailymotion.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                ".\/js\/providers\/blackIcon.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/adapters\/inFrame.js"
            ],
            "all_frames": true
        }
    ]
}