DVDFab Downloader

This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.

DVDFab Downloader là gì?

DVDFab Downloader là một tiện ích mở rộng Chrome được phát triển bởi DVDFab, và tính năng chính của nó là "This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.".

Ả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 DVDFab Downloader

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

                        DVDFab Downloader is a online video downloader, it can download any video from popular websites, like facebook, twitter, instagram, etc.                    

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

Tên DVDFab Downloader DVDFab Downloader
ID cikpdiloocbinmhjfohkhkkbeclpaibd
URL Chính Thức https://chrome.google.com/webstore/detail/dvdfab-downloader/cikpdiloocbinmhjfohkhkkbeclpaibd
Mô tả This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.
Kích Thước Tệp 1.45 MB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-12-10
Ngày Phát Hành 2019-12-10
Đánh Giá 2.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển DVDFab
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dvdfab.cn
Ngôn Ngữ Được Hỗ Trợ de,en,fr,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DVDFab Downloader",
    "description": "This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.",
    "version": "1.0.3",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "48": "popup\/static\/images\/icon_48.png",
        "128": "popup\/static\/images\/icon_48.png"
    },
    "browser_action": {
        "default_title": "dvdfab-downloader",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "popup\/static\/css\/dlg.css",
        "popup\/static\/images\/warning.png",
        "popup\/static\/images\/message.png",
        "popup\/static\/images\/icons\/selected_icon.png",
        "popup\/static\/images\/icons\/file_normal.png",
        "popup\/static\/images\/icons\/close_normal.png",
        "popup\/static\/images\/icons\/close_hover.png",
        "popup\/static\/images\/loading.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "popup\/static\/css\/jquery-3.4.1.min.js",
                "content-script\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.open",
        "alarms",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}