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
公式URL 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ż
Eメール [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'"
}