Video downloader

Video Downloader - download any video from any website.

Video downloader là gì?

Video downloader là một tiện ích mở rộng Chrome được phát triển bởi https://video-downloader.videodown.site, và tính năng chính của nó là "Video Downloader - download any video from any website.".

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

screenshot

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

Tải xuống các tệp mở rộng Video downloader 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

                        How to use:
Go to the any website with video
Click on Video downloader button in browser panel or find download button on a page
Select video to download

Why this video downloader?
Unlimited downloads
No ads
No sponsored  links
Video Downloader is completely free
Download instantly at your highest speed
Works on multiple operating systems (Windows, Mac OS and Linux)
No need to install additional software


Features
- Download and save videos playing on a website to hard disk
- Download videos up to 8K resolution
- Supports all popular video formats
- Video downloader detects all resolutions available, so you can choose according to your needs what size is the best.


Important:
We had to disable the download function on YouTube because of restrictions of the Chrome Store. There are always videos which are protected by the sites and cannot be downloaded. Thank you for understanding.

Try  Video Downloader Now!                    

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

Tên Video downloader Video downloader
ID afhdhdllpdmajoopkogfdmdfdgmpjipp
URL Chính Thức https://chromewebstore.google.com/detail/video-downloader/afhdhdllpdmajoopkogfdmdfdgmpjipp
Mô tả Video Downloader - download any video from any website.
Kích Thước Tệp 8.65 MB
Số Lần Cài Đặt 566,109
Phiên Bản Hiện Tại 1.0.0.11
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2022-10-01
Đánh Giá 3.97/5 Tổng số 161 Đánh Giá
Nhà Phát Triển https://video-downloader.videodown.site
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bit.ly/3SlA40W
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "\/img\/icon-32.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/ffmpeg-core.js",
                "\/js\/providers\/abstract-provider.js",
                "\/js\/providers\/dm.js",
                "\/js\/providers\/fb.js",
                "\/js\/providers\/in.js",
                "\/js\/providers\/tw.js",
                "\/js\/providers\/vk.js",
                "\/js\/providers\/vm.js",
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.twitter.com\/*",
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "\/img\/icon-128.png",
        "32": "\/img\/icon-32.png",
        "64": "\/img\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "cookies",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "js\/sandbox.html"
        ]
    },
    "version": "1.0.0.11",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/img\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "js\/sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}