Media Downloader

A Podcast, Ted and WeChat Media Downloader

什么是Media Downloader?

Media Downloader是由David开发的Chrome扩展程序,该扩展的主要功能是“A Podcast, Ted and WeChat Media Downloader”。

扩展截图

screenshot
screenshot

下载Media Downloader扩展crx文件

下载Media Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Media Downloader Media Downloader
ID eaehjkncobnlkampdbjonjfibenljpoo
官方URL https://chromewebstore.google.com/detail/media-downloader/eaehjkncobnlkampdbjonjfibenljpoo
简介 A Podcast, Ted and WeChat Media Downloader
文件大小 132 KB
安装次数 28
当前版本 0.0.1
更新时间 2022-11-14
上架时间 2022-11-14
开发者 David
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}