Video Downloader Pro

Download online videos easily and in high quality with this free extension that will simplify the video downloading process.

Co je Video Downloader Pro?

Video Downloader Pro je rozšíření Chrome vyvinuté Video Downloader Pro, a jeho hlavní funkcí je „Download online videos easily and in high quality with this free extension that will simplify the video downloading process.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
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í

                        Video Downloader allows you to save videos from most social media sites. Easily download videos for offline viewing. Making it a versatile solution, the tool supports many formats and concludes as a Video Downloader. Thanks to it, downloading online videos becomes fast and easy, and the intuitive interface ensures comfortable use.

Get access to advanced features such as selecting video quality before downloading. You can choose between standard definition and high quality HD to best suit your viewing needs.

We doesn't guarantee 100% results, in cases when a video is not found or users open the extension on the wrong pages, the extension shows the message - "Video not found".

We had to lock the download of YouTube videos because of restrictions of the Chrome Store. There are always videos which are protected by the sites and cannot be downloaded.

If any video can't be download, don't give a bad rating, write to us at [email protected] or https://github.com/MRT-77/VideoDownloader and help us improve this extension. Thank you!

The effectiveness of Video Downloader is not limited to just downloading videos. The extension also has a preview feature, allowing users to preview video before downloading to ensure its quality and relevance.

Please keep in mind that Video Downloader is not responsible for the video you download, so please check the copyright and permissions of the video before downloading.                    

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

Název Video Downloader Pro Video Downloader Pro
ID kaibkgfibgoffomjemobnlojipabbbjd
Oficiální URL https://chromewebstore.google.com/detail/video-downloader-pro/kaibkgfibgoffomjemobnlojipabbbjd
Popis Download online videos easily and in high quality with this free extension that will simplify the video downloading process.
Velikost souboru 1.2 MB
Počet instalací 319,100
Aktuální Verze 2.6.3
Poslední Aktualizace 2024-02-27
Datum Vydání 2022-10-17
Hodnocení 4.22/5 Celkem 214 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 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.6.3",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "assets\/icons\/icon_128.png",
        "64": "assets\/icons\/icon_64.png",
        "32": "assets\/icons\/icon_32.png",
        "16": "assets\/icons\/icon_16.png"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "assets\/icons\/icon_16.png",
            "32": "assets\/icons\/icon_32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "static\/js\/serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/otherSitesContent.js"
            ],
            "run_at": "document_end",
            "exclude_matches": [
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dailymotion.com\/*"
            ],
            "js": [
                "static\/js\/dailymotionContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                ".\/static\/js\/vimeoContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                ".\/static\/js\/instagramContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                ".\/static\/js\/facebookContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                ".\/static\/js\/tiktokContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                ".\/static\/js\/twitterContent.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/static\/js\/youtubeContent.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "downloads",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/instagramStoryScript.js",
                "static\/js\/instagramContent.js",
                "static\/js\/ytScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}