Image Downloader

Download images from websites with filtration.

Image Downloader क्या है?

Image Downloader sadirjaparov75 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download images from websites with filtration."।

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

screenshot

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

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

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

                        We have a great extension for you that can make it easier for you to spend your time uploading images. This is Image Downloader. It makes bulk uploading of images more convenient. Moreover, you can do it with the help of one click. Your images will be very bright and clear. The extension is lightweight and has a user-friendly interface. You can also specify a minimum or maximum width for the images you want to upload. Image Downloader is completely free and we are sure you will love it.                    

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

नाम Image Downloader Image Downloader
ID jbkdpgdfhmgejckbhpmjmipcojfgjdao
आधिकारिक URL https://chrome.google.com/webstore/detail/image-downloader/jbkdpgdfhmgejckbhpmjmipcojfgjdao
विवरण Download images from websites with filtration.
फ़ाइल का आकार 54.55 KB
स्थापना संख्या 7,000
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-10-04
प्रकाशन तिथि 2021-01-26
रेटिंग 4.00/5 कुल 14 रेटिंग्स
डेवलपर sadirjaparov75
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Downloader",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "background": {
        "scripts": [
            "scripts\/bkg\/initLab.js",
            "scripts\/bkg\/codexLab.js",
            "scripts\/chrome.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/parser.js",
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "media\/logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "downloads",
        "storage"
    ],
    "icons": {
        "128": "media\/logo.png"
    }
}