DVDFab Downloader

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

DVDFab Downloader란 무엇입니까?

DVDFab Downloader은(는) DVDFab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DVDFab Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 DVDFab Downloader DVDFab Downloader
ID cikpdiloocbinmhjfohkhkkbeclpaibd
공식 URL https://chrome.google.com/webstore/detail/dvdfab-downloader/cikpdiloocbinmhjfohkhkkbeclpaibd
설명 This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.
파일 크기 1.45 MB
설치 횟수 8,000
현재 버전 1.0.3
최근 업데이트 2019-12-10
출시 날짜 2019-12-10
평점 2.00/5 총 8 개의 평점
개발자 DVDFab
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dvdfab.cn
지원되는 언어 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'"
}