Media download helper

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

Cos'è Media download helper?

Media download helper è un'estensione di Chrome sviluppata da https://fbion.com, e la sua funzione principale è "Easily download video, audio from any website. Please keep the app updated to get new features.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Media download helper

Scarica i file di estensione Media download helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Media download helper Media download helper
ID bbkghghcepieccnpcneeanmmbhndeblk
URL Ufficiale https://chrome.google.com/webstore/detail/media-download-helper/bbkghghcepieccnpcneeanmmbhndeblk
Descrizione Easily download video, audio from any website. Please keep the app updated to get new features.
Dimensione del File 1004 KB
Conteggio Installazioni 60,000
Versione Corrente 3.0.4
Ultimo Aggiornamento 2019-10-02
Data di Pubblicazione 2019-10-02
Valutazione 3.81/5 Totale 185 Valutazioni
Sviluppatore https://fbion.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fbion.com
URL della Pagina di Aiuto https://fbion.com/contact-us.html?ref=dhlp
URL della Pagina della Politica sulla Privacy https://fbion.com/privacy-policy.html
Lingue Supportate 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"
    }
}