Instagram Downloader

Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.

What is Instagram Downloader?

Instagram Downloader is a Chrome extension developed by Zahra Jalilibaleh, and its main feature is "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.".

Extension Screenshots

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 Instagram Posts, Stories and IGTVs.                    

Extension Basic Information

Name Instagram Downloader Instagram Downloader
ID lammhgappkpelpobpoihfbpeelojmgfo
Official URL https://chrome.google.com/webstore/detail/instagram-downloader/lammhgappkpelpobpoihfbpeelojmgfo
Description Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.
File Size 195 KB
Installation Count 1,000
Current Version 1.0.3
Last Updated 2021-02-22
Publish Date 2021-02-22
Developer Zahra Jalilibaleh
Email [email protected]
Payment Type free
Extension Website https://instractor.com/
Help Page URL https://instractor.com/instagram-downloader
Supported Languages en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/mebackground.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/extension.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/me.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "description": "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.",
    "icons": {
        "512": "icons\/instagram.png"
    },
    "manifest_version": 2,
    "name": "Instagram Downloader",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "activeTab",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "icons\/download_black.png",
        "icons\/download_white.png",
        "icons\/instagram.png"
    ]
}