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
官方網址 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"
        }
    ]
}