VLC Video Downloader

VLC Video Downloader - easily save any video file to PC or playlist and take it with yourself across the Web

VLC Video Downloader란 무엇입니까?

VLC Video Downloader은(는) MC Carthy5에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VLC Video Downloader - easily save any video file to PC or playlist and take it with yourself across the Web"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Fast and simple Video Downloader here is for you! VCL Saver takes online video from each websites all over the internet. It's very easy and lightweight app. All you need is:

- Visit websites with online video files
- Find the video you want to download
- Click to "Download" button in the corner
- Enjoy it on your PC                    

확장 프로그램 기본 정보

이름 VLC Video Downloader VLC Video Downloader
ID lhgpempmohmahohfgnjijdlaaggdegng
공식 URL https://chrome.google.com/webstore/detail/vlc-video-downloader/lhgpempmohmahohfgnjijdlaaggdegng
설명 VLC Video Downloader - easily save any video file to PC or playlist and take it with yourself across the Web
파일 크기 203 KB
설치 횟수 40,000
현재 버전 3.0.0
최근 업데이트 2021-03-20
출시 날짜 2021-03-20
평점 2.56/5 총 9 개의 평점
개발자 MC Carthy5
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://downloaderio.com/policy.html
지원되는 언어 id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "__MSG_title__",
        "default_popup": "\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/tools.js",
                "\/js\/providers\/abstract-provider.js",
                "\/js\/providers\/dm.js",
                "\/js\/providers\/in.js",
                "\/js\/providers\/fb.js",
                "\/js\/providers\/tw.js",
                "\/js\/providers\/vk.js",
                "\/js\/providers\/vm.js",
                "\/js\/bundle\/app.js",
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/app.css",
                "\/css\/sidebar.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-3.2.1.min.js",
            "\/js\/lib\/tools.js",
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}