Media Downloader

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

Wat is Media Downloader?

Media Downloader is een Chrome-extensie ontwikkeld door Dawid Jeż, en de belangrijkste functie is "Browse and download images, video and audio on a web page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Media Downloader

Download Media Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Media Downloader Media Downloader
ID aklijicmhlmfioogfbemefilfdffijcl
Officiële URL https://chromewebstore.google.com/detail/media-downloader/aklijicmhlmfioogfbemefilfdffijcl
Beschrijving Browse and download images, video and audio on a web page.
Bestandsgrootte 19.31 KB
Aantal Installaties 5,892
Huidige Versie 1.1.1
Laatst Bijgewerkt 2021-11-03
Publicatiedatum 2021-03-02
Beoordeling 2.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Dawid Jeż
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/rtcoder/Media-downloader
Ondersteunde Talen 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'"
}