One Click Image Downloader

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

Was ist One Click Image Downloader?

One Click Image Downloader ist eine Chrome-Erweiterung, die von olivia.mrktx entwickelt wurde, und ihr Hauptmerkmal ist "Allows users to easily download images from any webpage with just one click".

Erweiterungsscreenshots

screenshot

One Click Image Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie One Click Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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❤️                    

Grundlegende Informationen zur Erweiterung

Name One Click Image Downloader One Click Image Downloader
ID bmgejlhdmbbmdkfkjnigfjiglnohnlnc
Offizielle URL https://chrome.google.com/webstore/detail/one-click-image-downloade/bmgejlhdmbbmdkfkjnigfjiglnohnlnc
Beschreibung Allows users to easily download images from any webpage with just one click
Dateigröße 16.72 KB
Installationsanzahl 4,075
Aktuelle Version 1.1
Letztes Update 2022-12-22
Veröffentlichungsdatum 2022-12-22
Entwickler olivia.mrktx
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://home.depictureaddick.xyz/
Hilfeseite URL https://home.depictureaddick.xyz/contact.html
Unterstützte Sprachen 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": [
        "*:\/\/*\/*"
    ]
}