Universal Video Downloader

Powerful Video Downloader. Downloads most popular media formats like flash, videos, audios.

Universal Video Downloader란 무엇입니까?

Universal Video Downloader은(는) athopinnt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powerful Video Downloader. Downloads most popular media formats like flash, videos, audios."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        New Powerful Video Downloader

With Universal Video Downloader you can download almost any video from most popular Social Networks and Video Hosting websites. 

Download any video you wish and watch it any time and anywhere you like. For most popular platforms we support please see the screenshots.

"Download" button in browser bar goes blue when Universal Video 
Downloader detects videos you can download.

Our extension allows to download video in MP4, FLV, WEBM, SWF and other formats.                    

확장 프로그램 기본 정보

이름 Universal Video Downloader Universal Video Downloader
ID cogmkaeijeflocngklepoknelfjpdjng
공식 URL https://chromewebstore.google.com/detail/universal-video-downloade/cogmkaeijeflocngklepoknelfjpdjng
설명 Powerful Video Downloader. Downloads most popular media formats like flash, videos, audios.
파일 크기 326 KB
설치 횟수 230,700
현재 버전 1.0.7
최근 업데이트 2022-05-16
출시 날짜 2021-01-27
평점 3.86/5 총 433 개의 평점
개발자 athopinnt
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/uvdprivacypolicy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_title__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "version": "1.0.7",
    "background": {
        "scripts": [
            "\/js\/background\/namespace.js",
            "\/js\/background.js",
            "\/js\/jquery.js",
            "\/js\/Prefs.js",
            "\/js\/Utils.js",
            "\/js\/locale.js",
            "\/js\/background\/Media.js",
            "\/js\/background\/Fb.js",
            "\/js\/background\/Dm.js",
            "\/js\/background\/MailRu.js",
            "\/js\/background\/Twitch.js",
            "\/js\/background\/Vimeo.js",
            "\/js\/background\/Vktc.js",
            "\/js\/background\/Medias.js",
            "\/js\/contentScripts\/Controller.js",
            "\/js\/libs\/md5.js",
            "\/js\/libs\/jspack.js",
            "\/js\/background\/MainButton.js",
            "\/modules\/worker.js",
            "\/modules\/downloader.js",
            "\/modules\/recorder.js",
            "\/modules\/streamer.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_title__"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "58": "images\/icon_58.png",
        "128": "images\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "webRequest",
        "",
        "cookies",
        "downloads",
        "storage"
    ],
    "web_accessible_resources": [
        "*"
    ]
}