Video Downloader Prime

Easily download most popular video formats.

Video Downloader Prime란 무엇입니까?

Video Downloader Prime은(는) Grephy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download most popular video formats."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Video Downloader Prime is an extension that helps you quickly download popular video formats right from your browser's toolbar popup. 

Note: Video Downloader Prime is NOT working for the YouTube website or any other YouTube videos embedded in other websites due to Google, YouTube, and Chrome Store policies and restrictions.

Note: Video Downloader Prime is NOT responsible for media content that you download with this addon. We strongly recommend that you verify the related media copyright permissions on each website before downloading any video file(s).

Key features:
1. Toolbar popup, provides an easy interface to download the video(s) or copy the video links to the clipboard.
2. Badge icon text shows the number of captured videos within the page.
3. You can add, delete, or disable video formats from the Options page.
4. There is also an option to specify the minimum size for videos to trigger the download.

If you see any bugs, or you have a feature request or other improvements in mind, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/download-helper.html).                    

확장 프로그램 기본 정보

이름 Video Downloader Prime Video Downloader Prime
ID gipjangphphajpkddogjcpgaoiidennb
공식 URL https://chromewebstore.google.com/detail/video-downloader-prime/gipjangphphajpkddogjcpgaoiidennb
설명 Easily download most popular video formats.
파일 크기 61.33 KB
설치 횟수 50,000
현재 버전 0.2.7
최근 업데이트 2022-11-17
출시 날짜 2019-09-21
평점 3.17/5 총 131 개의 평점
개발자 Grephy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/download-helper.html
도움말 페이지 URL https://mybrowseraddon.com/download-helper.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.7",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "name": "Video Downloader Prime",
    "permissions": [
        "storage",
        "downloads",
        "webRequest"
    ],
    "description": "Easily download most popular video formats.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/download-helper.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Video Downloader Prime",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}