Image Downloader

Download any image on your website page in one click!

Qu'est-ce que Image Downloader ?

Image Downloader est une extension Chrome développée par tiffanycheck.check, et sa fonction principale est "Download any image on your website page in one click!".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Image 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

                        The extension gives the user the option to download images in different formats: PNG, JPG, SVG, WEBP                    

Informations de Base sur l'Extension

Nom Image Downloader Image Downloader
ID fnelomgkbbanddlflhgphgkijfeoehfb
URL Officiel https://chrome.google.com/webstore/detail/image-downloader/fnelomgkbbanddlflhgphgkijfeoehfb
Description Download any image on your website page in one click!
Taille du Fichier 19.54 KB
Nombre d'Installations 3,519
Version Actuelle 1.1
Dernière Mise à Jour 2022-12-05
Date de Publication 2022-11-28
Développeur tiffanycheck.check
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://home.xcxologyda.xyz/
URL de la Page d'Aide https://home.xcxologyda.xyz/contact.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Image Downloader",
        "default_popup": "popup.html"
    },
    "description": "Download any image on your website page in one click!",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Image Downloader",
    "version": "1.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}