Media Downloader
Browse and download images, video and audio on a web page.
What is Media Downloader?
Media Downloader is a Chrome extension developed by Dawid Jeż, and its main feature is "Browse and download images, video and audio on a web page.".
Extension Screenshots
Download Media Downloader Extension CRX File
Download Media Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Download media from any website. You can download images, videos and audio.
Extension Basic Information
Name | Media Downloader |
ID | aklijicmhlmfioogfbemefilfdffijcl |
Official URL | https://chromewebstore.google.com/detail/media-downloader/aklijicmhlmfioogfbemefilfdffijcl |
Description | Browse and download images, video and audio on a web page. |
File Size | 19.31 KB |
Installation Count | 5,892 |
Current Version | 1.1.1 |
Last Updated | 2021-11-03 |
Publish Date | 2021-03-02 |
Rating | 2.00/5 Total 2 Ratings |
Developer | Dawid Jeż |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/rtcoder/Media-downloader |
Supported Languages | 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'" } |