Video Downloader Pro

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

Apa itu Video Downloader Pro?

Video Downloader Pro adalah ekstensi Chrome yang dikembangkan oleh Video Downloader Pro, dan fitur utamanya adalah "Download online videos easily and in high quality with this free extension that will simplify the video downloading process.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Video Downloader Pro

Unduh file ekstensi Video Downloader Pro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Video Downloader Pro Video Downloader Pro
ID kaibkgfibgoffomjemobnlojipabbbjd
URL Resmi https://chromewebstore.google.com/detail/video-downloader-pro/kaibkgfibgoffomjemobnlojipabbbjd
Deskripsi Download online videos easily and in high quality with this free extension that will simplify the video downloading process.
Ukuran File 1.2 MB
Jumlah Instalasi 319,100
Versi Saat Ini 2.6.3
Terakhir Diperbarui 2024-02-27
Tanggal Publikasi 2022-10-17
Penilaian 4.22/5 Total 214 Penilaian
Pengembang Video Downloader Pro
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://bit.ly/33kYyNP
Bahasa yang Didukung 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": [
        ""
    ]
}