All Video downloader

Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web

All Video downloader là gì?

All Video downloader là một tiện ích mở rộng Chrome được phát triển bởi WebDev, và tính năng chính của nó là "Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web".

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

screenshot
screenshot

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

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

                        Save video from almost any website that is supported by video downloader on your local hard drive. Media Search is a convenient solution to make this.

This Media Downloader for Chrome is NOT a Youtube Downloader. Due to restrictions of the Google Webstore Policies and Developer Program Policies this extension can not download Youtube Videos. Thank you for understanding.
• Movie Downloader for Chrome lets you download multiple versions in HD and SD from many popular video websites.


• Usage
Video Downloader for Chrome allows you to download MP4, MOV, FLV, WEBM - Files, but not streams. No Youtube Downloader.
The button in the browser bar will go blue if Video Downloader for Chrome detects videos files that you can download with this extension On Screenshot you can see that we will display every available video file and format that we detected. Save it to your pc if you want.


After installing, please reload all tabs for Video Downloader for Chrome extension to take effect.                    

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

Tên All Video downloader All Video downloader
ID nmhnnceofjeojandbbbjpkdifpbokehd
URL Chính Thức https://chromewebstore.google.com/detail/all-video-downloader/nmhnnceofjeojandbbbjpkdifpbokehd
Mô tả Easiest way to download video from any website. HD Video, audio download. Free download online video content. Save video from web
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-08-26
Ngày Phát Hành 2021-04-15
Đánh Giá 2.86/5 Tổng số 29 Đánh Giá
Nhà Phát Triển WebDev
Email [email protected]
Loại Thanh Toán free
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-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.3",
    "name": "__MSG_name__",
    "icons": {
        "128": "\/assets\/images\/icons\/128.png",
        "64": "\/assets\/images\/icons\/64.png",
        "32": "\/assets\/images\/icons\/32.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/helpers\/jquery-3.2.1.min.js",
                "\/assets\/helpers\/tools.js",
                "\/assets\/helpers\/data.js",
                "\/scripts\/help-pr\/com-pr.js",
                "\/scripts\/help-pr\/pr-dm.js",
                "\/scripts\/help-pr\/pr-fb.js",
                "\/scripts\/help-pr\/pr-in.js",
                "\/scripts\/help-pr\/pr-tw.js",
                "\/scripts\/help-pr\/pr-vk.js",
                "\/scripts\/help-pr\/pr-vm.js",
                "\/scripts\/help-pr\/pr-xx.js",
                "\/scripts\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "\/assets\/images\/icons\/32.png",
        "default_title": "__MSG_title__",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest"
    ],
    "background": {
        "service_worker": "\/scripts\/worker.js"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}