Media Downloader

A Podcast, Ted and WeChat Media Downloader

What is Media Downloader?

Media Downloader is a Chrome extension developed by David, and its main feature is "A Podcast, Ted and WeChat Media Downloader".

Extension Screenshots

screenshot
screenshot

Download Media Downloader Extension CRX File

Download Media Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Download online video for free. Video downloader for web saves video files.
Download video from Podcast, TED and WeChat,                    

Extension Basic Information

Name Media Downloader Media Downloader
ID eaehjkncobnlkampdbjonjfibenljpoo
Official URL https://chromewebstore.google.com/detail/media-downloader/eaehjkncobnlkampdbjonjfibenljpoo
Description A Podcast, Ted and WeChat Media Downloader
File Size 132 KB
Installation Count 28
Current Version 0.0.1
Last Updated 2022-11-14
Publish Date 2022-11-14
Developer David
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Media Downloader",
    "description": "A Podcast, Ted and WeChat Media Downloader",
    "version": "0.0.1",
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "tabs",
        "activeTab",
        "downloads"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Podcast Downloader",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}