WebExtension.net
Toggle dark mode
WebExtension.net

Simplify. Downloader for Instagram

View on Chrome Web Store
View Simplify. Downloader for Instagram Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
14 views
This extension has been viewed 14 times

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

Advanced toolkit for single and mass download of Photo, Video or Stories from instagram.com
Type
Extension
Users
1,000 users
129
appDeveloper
View author page of appDeveloper
Published
Published on February 2, 2025
Version 1.0
Manifest version
3
Updated
Updated on February 2, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View Simplify. Downloader for Instagram 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",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "58": "img\/icon_58.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "cookies",
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/modal_box.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/*.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