Open Video Downloader

Download videos from video web sites. Download HTML5 videos in WEBM and MP4 formats

Open Video Downloader란 무엇입니까?

Open Video Downloader은(는) Gusikow Skimariann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download videos from video web sites. Download HTML5 videos in WEBM and MP4 formats"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Open Video Downloader downloads online video content.
It works on various web sites including some popular ones and generic HTML5 videos. 

Features:
⭐ Download videos from the some popular sites e.g. Vimeo
⭐ Download HTML5 videos
⭐ Supports video formats such as MP4 and WEBP

The app doesn’t work on many popular websites due to Chrome Webstore policies. Download videos from the following site DOESN’T work: Youtube, Twitter, Instagram, Facebook.                    

확장 프로그램 기본 정보

이름 Open Video Downloader Open Video Downloader
ID edmmaocllgjakiiilohibgicdjndkljp
공식 URL https://chrome.google.com/webstore/detail/open-video-downloader/edmmaocllgjakiiilohibgicdjndkljp
설명 Download videos from video web sites. Download HTML5 videos in WEBM and MP4 formats
파일 크기 210 KB
설치 횟수 40,000
현재 버전 1.1.4
최근 업데이트 2022-09-27
출시 날짜 2021-11-07
평점 3.86/5 총 85 개의 평점
개발자 Gusikow Skimariann
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1cUwotQHiHe-0__-fKMYH4EifD2v4Ls2jcvGE4lIqDjc/edit?usp=sharing
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,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",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "300": "icons\/icon-300.png",
            "128": "icons\/icon-128.png",
            "48": "icons\/icon-48.png",
            "16": "icons\/icon-16.png"
        }
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "downloads",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.1.4",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2
}