Video Downloader Professional - MPMux

A professional video downloader plus, it can save or record online videos such as HLS, m3u8, mp4 etc.

ما هو Video Downloader Professional - MPMux؟

Video Downloader Professional - MPMux هو إضافة Chrome تم تطويرها بواسطة https://mpmux.com، والميزة الرئيسية لها هي "A professional video downloader plus, it can save or record online videos such as HLS, m3u8, mp4 etc.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Video Downloader Professional - MPMux

قم بتنزيل ملفات الامتداد Video Downloader Professional - MPMux بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a browser extension for saving web videos.
Supports saving static videos, such as mp4, webm, flv, ogg, avi, etc.
Support to save streaming video, such as m3u8 video, and save to your disk in mp4 format.
Support to save large streaming video, you can download 10GB video in chunks.
Support recording web live and streaming video buffer, and convert buffer data to mp4 video.
Get faster download speeds by requesting data concurrently through multiple threads.
This is a general online video saving tool and does not do specific processing for specific websites. So, it's not absolutely guaranteed to work on all pages, and for video that use non-mainstream playback technologies, you may not be able to save them. At this point you should use other extensions that are more suitable for you.                    

معلومات أساسية عن التمديد

الاسم Video Downloader Professional - MPMux Video Downloader Professional - MPMux
ID iikjcbakondakcbblkccdmiaiklnddke
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-downloader-professi/iikjcbakondakcbblkccdmiaiklnddke
الوصف A professional video downloader plus, it can save or record online videos such as HLS, m3u8, mp4 etc.
حجم الملف 467 KB
عدد التثبيتات 51,100
النسخة الحالية 1.0.0.6
آخر تحديث 2024-03-02
تاريخ النشر 2022-12-04
تقييم 4.91/5 مجموع تقييمات 1221
المطور https://mpmux.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://mpmux.com
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,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,th,am-ET,ar,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "short_name": "MPMux",
    "version": "1.0.0.6",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "__MSG_manifest_browser_action__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mpmux.com\/hlsdownloader.html",
                "*:\/\/mpmux.com\/*\/hlsdownloader.html"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/hlsdownloader.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mpmux.com\/staticdownloader.html",
                "*:\/\/mpmux.com\/*\/staticdownloader.html"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/staticdownloader.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mpmux.com\/hlsrecorder.html",
                "*:\/\/mpmux.com\/*\/hlsrecorder.html"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/hlsrecorder.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "*\/\/mpmux.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "offscreen",
        "tabs",
        "webRequest",
        "storage",
        "declarativeNetRequest"
    ],
    "homepage_url": "https:\/\/mpmux.com\/",
    "default_locale": "en"
}