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.”。
扩展截图
下载Media Downloader扩展crx文件
下载Media Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download media from any website. You can download images, videos and audio. 扩展基本信息
| 名称 | |
| 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ż |
| 电子邮箱 | [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'"
} | |