VidHelper - Video Download Helper

Download any video or audio from any website with just one click.

VidHelper - Video Download Helper란 무엇입니까?

VidHelper - Video Download Helper은(는) https://vidhelper.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download any video or audio from any website with just one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

VidHelper - Video Download Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing VidHelper, a robust Video Download Helper that empowers you to effortlessly download videos from a vast array of platforms—over 1000 sites, including prominent social media platforms. VidHelper supports an extensive range of video formats. Notably, it seamlessly handles HLS and DASH streams, simplifying the downloading process for even the most intricate video formats.
Enjoy the flexibility of accessing your favorite videos offline at your convenience, without the need for an internet connection. Share these videos with friends and family or store them for future viewing—VidHelper is your all-in-one solution for capturing and relishing online content.

Key Features:
- Compatibility with 1000+ video sites, making it easy for users to download and enjoy their favorite content from a wide range of online platforms.
- Support for a variety of video formats, including MP4, MOV, FLV, AVI, WEBM, MKV, and more.
- Capabilities for downloading HLS (m3u8) and DASH (mpd) streams.
- Built-in media player for Video Preview, streamlining your viewing experience.
- QRCode links for effortless video sharing to your mobile phone.
- Batch Download feature, enabling one-click download for all detected videos.
- Free, unlimited usage of our Video Download Helper with no registration requirements.

How to Use Our Video Download Helper:
1. Visit the video site and click on our extension icon.
2. Videos will be listed on the popup page.
3. Choose the video you want to download. Enjoy!
Note:
Some web pages may require you to initiate video playback to assist the video downloader in locating the content.

We sincerely hope you find our Video Download Helper valuable! Your feedback, ratings, and suggestions for enhancing functionality are highly appreciated.

Disclaimer:
VidHelper is not a Youtube Downloader. Due to restrictions outlined in the Google Web Store Policies and Developer Program Policies, downloading Youtube Videos is not supported. We appreciate your understanding.                    

확장 프로그램 기본 정보

이름 VidHelper - Video Download Helper VidHelper - Video Download Helper
ID egmennebgadmncfjafcemlecimkepcle
공식 URL https://chromewebstore.google.com/detail/vidhelper-video-download/egmennebgadmncfjafcemlecimkepcle
설명 Download any video or audio from any website with just one click.
파일 크기 10.55 MB
설치 횟수 1,727
현재 버전 1.5.1
최근 업데이트 2024-03-02
출시 날짜 2021-03-04
평점 3.00/5 총 2 개의 평점
개발자 https://vidhelper.app
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://vidhelper.app
개인정보 보호 정책 페이지 URL https://vidhelper.app/privacy
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "bg-release.js"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_title__"
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "64": "images\/logo.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/common.js",
                "js\/common1.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected\/*.js",
                "css\/video-js.min.css",
                "js\/player.js",
                "js\/core.js",
                "js\/core.wasm",
                "js\/worker.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "homepage_url": "https:\/\/vidhelper.app",
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "storage",
        "downloads",
        "declarativeNetRequest",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.1"
}