instagram tool for download

download instagram image&video(posts,igtv,stories,reels)

What is instagram tool for download?

instagram tool for download is a Chrome extension developed by http://sslbitcoin.com, and its main feature is "download instagram image&video(posts,igtv,stories,reels)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download instagram tool for download Extension CRX File

Download instagram tool for download 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

                        The tool currently supports images (multiple sizes) and video downloads ;

1、download  images (HD photos)
2、download  video (igtv,stories,reels)
3、download  all  posts                    

Extension Basic Information

Name instagram tool for download instagram tool for download
ID khjmcaockgmjljbklmabmikkhdgmjahc
Official URL https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc
Description download instagram image&video(posts,igtv,stories,reels)
File Size 32.27 KB
Installation Count 1,000
Current Version 0.8.0
Last Updated 2022-01-12
Publish Date 2020-12-09
Rating 1.00/5 Total 1 Ratings
Developer http://sslbitcoin.com
Email [email protected]
Payment Type free
Extension Website https://sslbitcoin.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "instagram tool for download",
    "homepage_url": "https:\/\/sslbitcoin.com",
    "description": "download instagram image&video(posts,igtv,stories,reels)",
    "version": "0.8.0",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "iframeTmp.html"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        },
        {
            "resources": [
                "css\/*",
                "img\/*",
                "iframeTmp.html"
            ],
            "matches": [
                "https:\/\/sslbitcoin.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/receive.png",
        "48": "img\/download.png"
    },
    "permissions": [
        "downloads",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.sslbitcoin.com\/*"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "img\/download.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/content-new.css",
                "css\/content.css"
            ],
            "js": [
                "js\/m.js",
                "js\/cs.js"
            ]
        },
        {
            "js": [
                "js\/cs2.js"
            ],
            "matches": [
                "https:\/\/*.sslbitcoin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'"
    }
}