WebExtension.net
WebExtension.net

Image Downloader for IW

View on Chrome Web Store
View Image Downloader for IW Chrome Extension on Chrome Web Store
3.8 (77 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easily download and save desired images for instagram web with just one click.
Type
Extension
Users
70,000 users
Muyor
View author page of Muyor
Published
Published on April 14, 2018
Version 0.1.7
Manifest version
3
Updated
Updated on August 14, 2023
View on Chrome Web Store
View Image Downloader for IW Chrome Extension on Chrome Web Store
lifestyle/art
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "name": "Image Downloader for IW",
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/image-downloader-for-instagram.html",
    "description": "Easily download and save desired images for instagram web with just one click.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "data\/content_script\/icons\/download.png"
            ]
        }
    ],
    "action": {
        "default_title": "Image Downloader for IW",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "css": [
                "data\/content_script\/inject.css"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top