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

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

拡張機能の使用方法

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