Instagram Media Downloader

Instagram Media Downloader

What is Instagram Media Downloader?

Instagram Media Downloader is a Chrome extension developed by https://instablank.com, and its main feature is "Instagram Media Downloader".

Extension Screenshots

screenshot

Download Instagram Media Downloader Extension CRX File

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

                        인스타그램 이미지 및 동영상을 PC로 다운로드 할 수 있습니다. Instagram image video profile downloader                    

Extension Basic Information

Name Instagram Media Downloader Instagram Media Downloader
ID cndhpgdkmmgbbapafigmhfnchnobdooo
Official URL https://chrome.google.com/webstore/detail/instagram-media-downloade/cndhpgdkmmgbbapafigmhfnchnobdooo
Description Instagram Media Downloader
File Size 72.21 KB
Installation Count 68
Current Version 1.0
Last Updated 2021-05-03
Publish Date 2021-05-03
Rating 1.00/5 Total 1 Ratings
Developer https://instablank.com
Email [email protected]
Payment Type free
Extension Website https://instablank.com/
Help Page URL https://instablank.com/
Privacy Policy Page URL https://instablank.com/include/agreement.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instagram Media Downloader",
    "description": "Instagram Media Downloader",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "downloads",
        ""
    ],
    "content_security_policy": "default-src 'self';connect-src * data: blob: filesystem:;style-src 'self' data: 'unsafe-inline';img-src * 'self' data: https:; frame-src 'self' data:;font-src 'self' data:;media-src * data: blob: filesystem:;",
    "background": {
        "scripts": [
            "js\/jquery.min.js"
        ],
        "persistent": false
    }
}