High Resolution Downloader for Instagram

Easily download high resolution copies of any Instagram photo or video.

What is High Resolution Downloader for Instagram?

High Resolution Downloader for Instagram is a Chrome extension developed by Edwin Morris, and its main feature is "Easily download high resolution copies of any Instagram photo or video.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download High Resolution Downloader for Instagram Extension CRX File

Download High Resolution Downloader for Instagram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Just click the image or video you want to download, and its url will be copied to your clipboard. You can download or open it too. Works for stories, profiles, slideshows, IGTV, DMs, and the feed.

This extension will always give you the highest resolution version of an image or video — this is often larger than what Instagram displays.

This is an open-source project on GitHub:
https://github.com/ehmorris/High-Resolution-Downloader-For-Instagram                    

Extension Basic Information

Name High Resolution Downloader for Instagram High Resolution Downloader for Instagram
ID hbijmiokbffalbolieapplfhmmnioeao
Official URL https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao
Description Easily download high resolution copies of any Instagram photo or video.
File Size 327 KB
Installation Count 44,379
Current Version 2.0.30
Last Updated 2021-02-13
Publish Date 2020-06-14
Rating 3.96/5 Total 139 Ratings
Developer Edwin Morris
Email [email protected]
Payment Type free
Supported Languages en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "version": "2.0.30",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ]
}