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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fbion.com, και η κύρια λειτουργία του είναι "Easily download video, audio from any website. Please keep the app updated to get new features.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Media download helper
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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": [ " |