Video Downloader Plus

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

Video Downloader Plus란 무엇입니까?

Video Downloader Plus은(는) meburubo3633에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Video Downloader Plus Video Downloader Plus
ID pgmpdnnfiemnnilkiceillaclhbkmgbd
공식 URL https://chrome.google.com/webstore/detail/video-downloader-plus/pgmpdnnfiemnnilkiceillaclhbkmgbd
설명 Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc
파일 크기 83.38 KB
설치 횟수 10,000
현재 버전 2.0.2
최근 업데이트 2021-12-10
출시 날짜 2021-05-30
평점 1.08/5 총 12 개의 평점
개발자 meburubo3633
이메일 [email protected]
결제 유형 free
지원되는 언어 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'"
}