Media Downloader

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

Hvad er Media Downloader?

Media Downloader er en Chrome-udvidelse udviklet af Dawid Jeż, og dens hovedfunktion er "Browse and download images, video and audio on a web page.".

Udvidelsesskærmbilleder

screenshot

Download Media Downloader-udvidelses-CRX-fil

Download Media Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Media Downloader Media Downloader
ID aklijicmhlmfioogfbemefilfdffijcl
Officiel URL https://chromewebstore.google.com/detail/media-downloader/aklijicmhlmfioogfbemefilfdffijcl
Beskrivelse Browse and download images, video and audio on a web page.
Filstørrelse 19.31 KB
Antal Installationer 5,892
Nuværende Version 1.1.1
Senest Opdateret 2021-11-03
Udgivelsesdato 2021-03-02
Bedømmelse 2.00/5 Samlet 2 Bedømmelser
Udvikler Dawid Jeż
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/rtcoder/Media-downloader
Understøttede Sprog 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'"
}