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ファイルをダウンロード

VidHelper - Video Download Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}