Media Downloader

A Podcast, Ted and WeChat Media Downloader

Cos'è Media Downloader?

Media Downloader è un'estensione di Chrome sviluppata da David, e la sua funzione principale è "A Podcast, Ted and WeChat Media Downloader".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Media Downloader

Scarica i file di estensione Media Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Media Downloader Media Downloader
ID eaehjkncobnlkampdbjonjfibenljpoo
URL Ufficiale https://chromewebstore.google.com/detail/media-downloader/eaehjkncobnlkampdbjonjfibenljpoo
Descrizione A Podcast, Ted and WeChat Media Downloader
Dimensione del File 132 KB
Conteggio Installazioni 28
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-11-14
Data di Pubblicazione 2022-11-14
Sviluppatore David
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}