Media Downloader
Browse and download images, video and audio on a web page.
Was ist Media Downloader?
Media Downloader ist eine Chrome-Erweiterung, die von Dawid Jeż entwickelt wurde, und ihr Hauptmerkmal ist "Browse and download images, video and audio on a web page.".
Erweiterungsscreenshots
Media Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Media Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Download media from any website. You can download images, videos and audio.
Grundlegende Informationen zur Erweiterung
Name | Media Downloader |
ID | aklijicmhlmfioogfbemefilfdffijcl |
Offizielle URL | https://chromewebstore.google.com/detail/media-downloader/aklijicmhlmfioogfbemefilfdffijcl |
Beschreibung | Browse and download images, video and audio on a web page. |
Dateigröße | 19.31 KB |
Installationsanzahl | 5,892 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2021-11-03 |
Veröffentlichungsdatum | 2021-03-02 |
Bewertung | 2.00/5 Insgesamt 2 Bewertungen |
Entwickler | Dawid Jeż |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/rtcoder/Media-downloader |
Unterstützte Sprachen | 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'" } |