KellyC Image Downloader

Extension for batch download images from Pinterest, Pixiv and other sites

KellyC Image Downloader क्या है?

KellyC Image Downloader https://kellydownloader.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for batch download images from Pinterest, Pixiv and other sites"।

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

screenshot
screenshot

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

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

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

                        Browser extension for batch downloading artworks, images from sites. 

This extension allows you to grab all images from current tab, or use record track feature - in this case all images from visited pages during record will be listed, and then you can select and download them all at once. Before download you can filter images by size, url, exclude junk images by type or select by specifed categories.

For several sites extension automatically detects previews, originals of images and put this links to specifed categories ("Original (HD)" - for original images and "Preview" - for previews) for easy filtering. Sites that supports extended filtering features listed here - https://kellydownloader.com/crawlers/

Upd. v1.2.1.4

- Added Yandex, DeviantArt, Pikabu original image links auto-detection

Usage examples :

How to collect all bookmarks from specifed folder on Pinterest 
https://www.youtube.com/watch?v=ImKbC_1Oz8c

How to download drawings form "Media" section on Twitter 
https://www.youtube.com/watch?v=x1-kqKMnMmA

How to download art from Pixiv
https://www.youtube.com/watch?v=1Nivs34BDbI

How to download album folder from VK 
https://www.youtube.com/watch?v=x1-kqKMnMmA                    

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

नाम KellyC Image Downloader KellyC Image Downloader
ID mbhkdmjolnhcppnkldbdfaomeabjiofm
आधिकारिक URL https://chromewebstore.google.com/detail/kellyc-image-downloader/mbhkdmjolnhcppnkldbdfaomeabjiofm
विवरण Extension for batch download images from Pinterest, Pixiv and other sites
फ़ाइल का आकार 441 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.2.8.5
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2020-05-26
रेटिंग 4.66/5 कुल 82 रेटिंग्स
डेवलपर https://kellydownloader.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://catface.ru/way/kellyc_favorites/
सहायता पृष्ठ URL https://github.com/NC22/KellyCFavorites/wiki
गोपनीयता नीति पृष्ठ URL https://github.com/NC22/KellyC-Return-YouTube-Dislikes/wiki/Privacy-Policy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "widget\/kellyTooltip.js",
                "widget\/kellyTileGrid.js",
                "widget\/kellyImageView.js",
                "lib\/kellyLoc.js",
                "lib\/kellyStorageManager.js",
                "lib\/kellyThreadWork.js",
                "lib\/kellyGrabber.js",
                "lib\/kellyFastSave.js",
                "lib\/kellyToolbar.js",
                "lib\/kellyTools.js",
                "lib\/kellyOptions.js",
                "lib\/kellyAdditionsForm.js",
                "lib\/kellyFavItems.js",
                "lib\/profiles\/joyreactor.js",
                "lib\/profiles\/joyreactor.unlock.js",
                "lib\/profiles\/topjoyreactor.js",
                "lib\/recorder\/kellyPageWatchdog.js",
                "lib\/recorder\/kellyLoadDocControll.js",
                "lib\/recorder\/kellyDPage.js",
                "lib\/recorder\/filters\/artstation.js",
                "lib\/recorder\/filters\/deviantart.js",
                "lib\/recorder\/filters\/ehentai.js",
                "lib\/recorder\/filters\/instagram.js",
                "lib\/recorder\/filters\/joyreactor.js",
                "lib\/recorder\/filters\/kemonoparty.js",
                "lib\/recorder\/filters\/pixiv.js",
                "lib\/recorder\/filters\/twitter.js",
                "lib\/recorder\/filters\/vk.js",
                "lib\/recorder\/filters\/flickr.js",
                "lib\/recorder\/filters\/pikabu.js",
                "lib\/recorder\/filters\/reddit.js",
                "lib\/recorder\/filters\/9gag.js",
                "lib\/recorder\/filters\/hfoundry.js",
                "lib\/recorder\/filters\/yandex.js",
                "lib\/recorder\/filters\/discord.js",
                "lib\/recorder\/filters\/_validators.js",
                "lib\/profiles\/default.js",
                "lib\/profiles\/recorder.js",
                "env\/init\/recorderFront.js",
                "env\/init\/joyreactorFront.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "version": "1.2.8.5",
    "name": "KellyC Image Downloader",
    "description": "__MSG_ext_description_recorder__",
    "icons": {
        "32": "env\/img\/icon32x32.png",
        "44": "env\/img\/icon44x44.png",
        "128": "env\/img\/icon128x128.png"
    },
    "author": "nradiowave",
    "default_locale": "en",
    "permissions": [
        "downloads",
        "storage",
        "webRequest",
        "declarativeNetRequest",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "env\/html\/recorderDownloader.html?tab=modules",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "env\/html\/recorderPopup.html",
        "default_icon": {
            "32": "env\/img\/icon32x32.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "env\/css\/*.css",
                "env\/html\/*.html",
                "env\/dynamic\/*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}