insta-d

adds a download link to instagram pages

What is insta-d?

insta-d is a Chrome extension developed by moldy530, and its main feature is "adds a download link to instagram pages".

Extension Screenshots

screenshot
screenshot

Download insta-d Extension CRX File

Download insta-d 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

                        Simple extension that allows you to download instagram images as you browse them.

Just click on an image to open up its modal on someone's feed and click the download icon next to the share icon and it will download the highest quality available.                    

Extension Basic Information

Name insta-d insta-d
ID bbofjkmnliejmigcepfilhpigbpnghdg
Official URL https://chrome.google.com/webstore/detail/insta-d/bbofjkmnliejmigcepfilhpigbpnghdg
Description adds a download link to instagram pages
File Size 25.93 KB
Installation Count 120
Current Version 1.0.2
Last Updated 2019-01-30
Publish Date 2019-01-30
Rating 3.00/5 Total 2 Ratings
Developer moldy530
Payment Type free
Extension Website https://www.github.com/moldy530/insta-d
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "insta-d",
    "description": "adds a download link to instagram pages",
    "version": "1.0.2",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "64": "images\/icon_64.png"
        },
        "default_title": "insta-d"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    }
}