One Click Image Downloader

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

One Click Image Downloader क्या है?

One Click Image Downloader olivia.mrktx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to easily download images from any webpage with just one click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में One Click Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम One Click Image Downloader One Click Image Downloader
ID bmgejlhdmbbmdkfkjnigfjiglnohnlnc
आधिकारिक URL https://chrome.google.com/webstore/detail/one-click-image-downloade/bmgejlhdmbbmdkfkjnigfjiglnohnlnc
विवरण Allows users to easily download images from any webpage with just one click
फ़ाइल का आकार 16.72 KB
स्थापना संख्या 4,075
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-12-22
प्रकाशन तिथि 2022-12-22
डेवलपर olivia.mrktx
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://home.depictureaddick.xyz/
सहायता पृष्ठ URL https://home.depictureaddick.xyz/contact.html
समर्थित भाषाएँ 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": [
        "*:\/\/*\/*"
    ]
}