One Click Image Downloader

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

Wat is One Click Image Downloader?

One Click Image Downloader is een Chrome-extensie ontwikkeld door olivia.mrktx, en de belangrijkste functie is "Allows users to easily download images from any webpage with just one click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie One Click Image Downloader

Download One Click Image 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

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

Basisinformatie over de Extensie

Naam One Click Image Downloader One Click Image Downloader
ID bmgejlhdmbbmdkfkjnigfjiglnohnlnc
Officiële URL https://chrome.google.com/webstore/detail/one-click-image-downloade/bmgejlhdmbbmdkfkjnigfjiglnohnlnc
Beschrijving Allows users to easily download images from any webpage with just one click
Bestandsgrootte 16.72 KB
Aantal Installaties 4,075
Huidige Versie 1.1
Laatst Bijgewerkt 2022-12-22
Publicatiedatum 2022-12-22
Ontwikkelaar olivia.mrktx
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://home.depictureaddick.xyz/
Help Pagina-URL https://home.depictureaddick.xyz/contact.html
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}