Media Downloader

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

Qu'est-ce que Media Downloader ?

Media Downloader est une extension Chrome développée par Dawid Jeż, et sa fonction principale est "Browse and download images, video and audio on a web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Media Downloader

Téléchargez les fichiers d'extension Media Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Media Downloader Media Downloader
ID aklijicmhlmfioogfbemefilfdffijcl
URL Officiel https://chromewebstore.google.com/detail/media-downloader/aklijicmhlmfioogfbemefilfdffijcl
Description Browse and download images, video and audio on a web page.
Taille du Fichier 19.31 KB
Nombre d'Installations 5,892
Version Actuelle 1.1.1
Dernière Mise à Jour 2021-11-03
Date de Publication 2021-03-02
Évaluation 2.00/5 Total 2 Évaluations
Développeur Dawid Jeż
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/rtcoder/Media-downloader
Langues Prises en Charge 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'"
}