Instagram Downloader

Download media from Instagram

What is Instagram Downloader?

Instagram Downloader is a Chrome extension developed by samagragupta, and its main feature is "Download media from Instagram".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Instagram Downloader Extension CRX File

Download Instagram Downloader 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

                        Download any image or Video from Instagram. Just one click to go ahead !!!                    

Extension Basic Information

Name Instagram Downloader Instagram Downloader
ID ciodnolkjfhjhpcdaehfoilnbinkhbca
Official URL https://chrome.google.com/webstore/detail/instagram-downloader/ciodnolkjfhjhpcdaehfoilnbinkhbca
Description Download media from Instagram
File Size 31.01 KB
Installation Count 9,000
Current Version 1.0.0
Last Updated 2020-10-06
Publish Date 2020-10-06
Rating 2.60/5 Total 5 Ratings
Developer samagragupta
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Instagram Downloader",
    "description": "Download media from Instagram",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "19": "icons\/insta.jpg",
            "38": "icons\/insta.jpg"
        }
    },
    "icons": {
        "16": "icons\/insta.jpg",
        "48": "icons\/insta.jpg",
        "128": "icons\/insta.jpg"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "http:\/\/www.instagram.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}