Video Downloader

Download and save videos from any site.

Video Downloader là gì?

Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi vladfilat1509, và tính năng chính của nó là "Download and save videos from any site.".

Ả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

                        We would like to present you a great new product Grabber Video Downloader. Thanks to this extension, you can download your favorite videos. And all this can be downloaded very quickly, thanks to one click of the mouse. Grabber Video Downloader can download videos in MP4 format. It is very convenient to download a video, and then watch it at a convenient time for you. High quality viewing will pleasantly surprise you. The product is absolutely free and has a simple interface. Rather, install the unique Grabber Video Downloader and enjoy. Extension works on such sites as vimeo, etc. Doesnt work at youtube, YouTube itself prohibits downloading videos from their resource, like many other sites.                    

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

Tên Video Downloader Video Downloader
ID gnodhchlaaiappfkhkfgmplamlknomfo
URL Chính Thức https://chrome.google.com/webstore/detail/video-downloader/gnodhchlaaiappfkhkfgmplamlknomfo
Mô tả Download and save videos from any site.
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2022-03-12
Ngày Phát Hành 2021-04-14
Đánh Giá 1.31/5 Tổng số 13 Đánh Giá
Nhà Phát Triển vladfilat1509
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.9",
    "background": {
        "scripts": [
            "\/app\/static\/Global.js",
            "\/app\/static\/Door.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/app\/static\/jquery-3.5.1.js",
                "\/app\/static\/Global.js",
                "\/app\/static\/Broadcaster.js",
                "\/app\/static\/Sniff.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "\/app\/static\/inactive_ex.png",
        "default_popup": "\/app\/static\/video_list.html"
    },
    "icons": {
        "128": "\/app\/static\/ex.png"
    },
    "manifest_version": 2
}