Video Downloader Pro

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

Video Downloader Pro là gì?

Video Downloader Pro là một tiện ích mở rộng Chrome được phát triển bởi Video Downloader Pro, và tính năng chính của nó là "Download online videos easily and in high quality with this free extension that will simplify the video downloading process.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Downloader Pro

Tải xuống các tệp mở rộng Video Downloader Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Downloader Pro Video Downloader Pro
ID kaibkgfibgoffomjemobnlojipabbbjd
URL Chính Thức https://chromewebstore.google.com/detail/video-downloader-pro/kaibkgfibgoffomjemobnlojipabbbjd
Mô tả Download online videos easily and in high quality with this free extension that will simplify the video downloading process.
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 319,100
Phiên Bản Hiện Tại 2.6.3
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2022-10-17
Đánh Giá 4.22/5 Tổng số 214 Đánh Giá
Nhà Phát Triển Video Downloader Pro
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bit.ly/33kYyNP
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}