Lenz Image Downloader

Download images from Instagram in a quality of your choice (supports high-quality image downloading)

Lenz Image Downloader क्या है?

Lenz Image Downloader emano.waldeck द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download images from Instagram in a quality of your choice (supports high-quality image downloading)"।

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

screenshot

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

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

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

                        With this tool, you can download high-quality images from Instagram pages. To use the extension, open a new page on Instagram or reload an existing page. The extension adds a new label to each image on the top left side of the images. Each label indicates the current image quality. By pressing each label, you will get the image on the default browser download's directory.

Features:
Supports 150, 240, 320, 480, 640, 750, and 1080 pixel qualities.
Supports renaming each image to include page title.
Based on Manifest V3 (do not use any resource when the extension is not used).
Saves images in the well-known JPEG/JPG format.

Developer Notes:
Unlike general-purpose image downloaders (such as Download All Images), this extension tries to grab the image links from HTML5's image "srcset" attribute. This is the fastest method to find available image resources.                    

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

नाम Lenz Image Downloader Lenz Image Downloader
ID jdkkapeblogkdcpcmdgnndkldahnaeeg
आधिकारिक URL https://chromewebstore.google.com/detail/lenz-image-downloader/jdkkapeblogkdcpcmdgnndkldahnaeeg
विवरण Download images from Instagram in a quality of your choice (supports high-quality image downloading)
फ़ाइल का आकार 127 KB
स्थापना संख्या 2,071
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2021-09-01
प्रकाशन तिथि 2019-11-10
रेटिंग 3.71/5 कुल 7 रेटिंग्स
डेवलपर emano.waldeck
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Emano-Waldeck/downloader-for-instagram/
सहायता पृष्ठ URL https://add0n.com/instagram-tool.html
समर्थित भाषाएँ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "Lenz Image Downloader",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "downloads",
        "storage"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/add0n.com\/instagram-tool.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "css": [
                "data\/inject.css"
            ],
            "run_at": "document_start"
        }
    ]
}