Media download helper

Easily download video, audio from any website. Please keep the app updated to get new features.

Media download helper란 무엇입니까?

Media download helper은(는) https://fbion.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download video, audio from any website. Please keep the app updated to get new features."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Media download helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Help you download video, audio quickly from websites. Support all video, audio files.

Version 3.0.4
+ DASH Downloader - MPD Downloader - Mixcloud Downloader
+ Fix bugs.

Version 3.0.3
+ Thumnail Extractor: Download Youtube thumbnail image - Support most websites.

Version 3.0.2

+ Live broadcast recorder.
+ Vimeo downloader.
+ Ok.ru downloader.
+ Filter by mime.
+ Catch pdf file.
+ Add more icon.

Version 2.0.7
+ Stream Downloader - HLS Downloader - M3U8 Downloader (Twitter, VK, Dailymotion, SoundCloud supported).
+ Play streaming video/audio.
+ Suggest queries.
+ Generate random keywords.

Version 2.0.6
+ User settings.
+ Catch all image request.
+ Catch all js, css, font files.
+ Filter results by domain.
+ Search box.
+ Show download stream in progress.

Version 2.0.5
+ Copy to smartphone with qr code.
+ Filter results by menu tab.

Version 2.0.4: Support captured all photo from Instagram.
Version 2.0.3: Support automatic video scanning on Facebook.

This is NOT a Youtube Downloader, do not install the item for this purpose.

HOW TO USE:
- Click to play video / audio or reload current tab.
- All media request in browser will captured by this extension.
- Automatically find video / audio file paths in html code.                    

확장 프로그램 기본 정보

이름 Media download helper Media download helper
ID bbkghghcepieccnpcneeanmmbhndeblk
공식 URL https://chrome.google.com/webstore/detail/media-download-helper/bbkghghcepieccnpcneeanmmbhndeblk
설명 Easily download video, audio from any website. Please keep the app updated to get new features.
파일 크기 1004 KB
설치 횟수 60,000
현재 버전 3.0.4
최근 업데이트 2019-10-02
출시 날짜 2019-10-02
평점 3.81/5 총 185 개의 평점
개발자 https://fbion.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fbion.com
도움말 페이지 URL https://fbion.com/contact-us.html?ref=dhlp
개인정보 보호 정책 페이지 URL https://fbion.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self';  object-src 'self'",
    "name": "Media download helper",
    "description": "Easily download video, audio from any website. Please keep the app updated to get new features.",
    "version": "3.0.4",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png",
        "64": "64.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequestBlocking",
        "webRequest",
        "downloads"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "function.js",
            "analytics.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "download.png",
        "default_title": "Media download helper",
        "default_popup": "popup.html"
    }
}