WebExtension.net
Toggle dark mode
WebExtension.net

Downloader for Instagram - ToolMaster

View on Chrome Web Store
View Downloader for Instagram - ToolMaster Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (38 ratings)
3 new ratings
11 views
This extension has been viewed 11 times

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

Download Instagram Photo and Video. Save IG Story, Reels or Posts. Supports single and mass Download from Instagram. IG Downloader
Type
Extension
Users
3,000 users
1K
simo****************
View author page of simo****************
Published
Published on February 6, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on February 6, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View Downloader for Instagram - ToolMaster Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.0",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "webRequest",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/fonts.css",
                "css\/styles.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ]
}
© 2025 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