Video Downloader Plus

Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc

Video Downloader Plus là gì?

Video Downloader Plus là một tiện ích mở rộng Chrome được phát triển bởi meburubo3633, và tính năng chính của nó là "Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc".

Ả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 Plus

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

                        To your attention a unique high quality product Video Downloader Plus. It is he who will help you download any movie, video or music on the Internet. Just one click of the mouse and the  Video Downloader Plus extension will be with you. Any format is available for video download, for example, FLV, MP4, HD, MP3. If you have downloaded a movie or video, but you do not have time to watch it right away, then you can do it at a time convenient for you. The new Video Downloader Plus extension is completely free and easy to use. So install it rather quickly and enjoy it.                    

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

Tên Video Downloader Plus Video Downloader Plus
ID pgmpdnnfiemnnilkiceillaclhbkmgbd
URL Chính Thức https://chrome.google.com/webstore/detail/video-downloader-plus/pgmpdnnfiemnnilkiceillaclhbkmgbd
Mô tả Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc
Kích Thước Tệp 83.38 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2021-12-10
Ngày Phát Hành 2021-05-30
Đánh Giá 1.08/5 Tổng số 12 Đánh Giá
Nhà Phát Triển meburubo3633
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": "Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc",
    "version": "2.0.2",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background\/service.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "3d\/jquery-3.2.1.min.js",
                "BaseMedia.js",
                "BaseProv.js",
                "Dailymotion.js",
                "Facebook.js",
                "Vimeo.js",
                "Twitter.js",
                "contentCommon.js",
                "contentModule.js",
                "contentInit.js",
                "detector.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "res\/exoIcon.png",
        "default_popup": "pupy.html"
    },
    "icons": {
        "128": "res\/exoIcon.png"
    },
    "web_accessible_resources": [
        "res\/*.png",
        "viewer.htm"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}