One Click Image Downloader

Allows users to easily download images from any webpage with just one click

Qu'est-ce que One Click Image Downloader ?

One Click Image Downloader est une extension Chrome développée par olivia.mrktx, et sa fonction principale est "Allows users to easily download images from any webpage with just one click".

Captures d'Écran de l'Extension

screenshot

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

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

                        One Click Image Downloader is an innovative and convenient extension that allows users to easily download images from any webpage with just one click. When activated, the extension will display a pop-up window showing all of the images present on the current page. The user can then choose which image they would like to download by clicking on it, and the extension will automatically save the image to the user's device. This is an extremely useful tool for anyone looking to quickly and efficiently download and save images for personal or professional use. With the "One Click Image Downloader" extension, downloading images has never been simpler!
leave us a review regarding our extension❤️                    

Informations de Base sur l'Extension

Nom One Click Image Downloader One Click Image Downloader
ID bmgejlhdmbbmdkfkjnigfjiglnohnlnc
URL Officiel https://chrome.google.com/webstore/detail/one-click-image-downloade/bmgejlhdmbbmdkfkjnigfjiglnohnlnc
Description Allows users to easily download images from any webpage with just one click
Taille du Fichier 16.72 KB
Nombre d'Installations 4,075
Version Actuelle 1.1
Dernière Mise à Jour 2022-12-22
Date de Publication 2022-12-22
Développeur olivia.mrktx
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://home.depictureaddick.xyz/
URL de la Page d'Aide https://home.depictureaddick.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": "One Click Image Downloader",
        "default_popup": "popup.html"
    },
    "description": "Allows users to easily download images from any webpage with just one click",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "One Click 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": [
        "*:\/\/*\/*"
    ]
}