Media Downloader

Browse and download images, video and audio on a web page.

什麼是Media Downloader?

Media Downloader是由Dawid Jeż開發的Chrome擴展程式,該擴展的主要功能是“Browse and download images, video and audio on a web page.”。

擴展截圖

screenshot

下載Media Downloader擴展crx文件

下載Media Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Download media from any website. You can download images, videos and audio.                    

擴展基本資訊

名稱 Media Downloader Media Downloader
ID aklijicmhlmfioogfbemefilfdffijcl
官方網址 https://chromewebstore.google.com/detail/media-downloader/aklijicmhlmfioogfbemefilfdffijcl
簡介 Browse and download images, video and audio on a web page.
檔案大小 19.31 KB
安裝次數 5,892
目前版本 1.1.1
更新時間 2021-11-03
上架時間 2021-03-02
評分 2.00/5 共 2 次評分
開發者 Dawid Jeż
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/rtcoder/Media-downloader
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Downloader",
    "description": "Browse and download images, video and audio on a web page.",
    "version": "1.1.1",
    "author": "Dawid Je\u017c",
    "minimum_chrome_version": "31",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon128.png",
        "default_popup": "\/views\/popup.html"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "\/images\/music.png",
        "\/images\/film.png",
        "\/images\/download.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}