WebExtension.net
Toggle dark mode
WebExtension.net

IG Story Downloader

View on Chrome Web Store
View IG Story Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (8 ratings)
1 new ratings
28 views
This extension has been viewed 28 times

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

Use ig story downloader to effortlessly save instagram stories. Download instagram videos from stories and posts with one click!
Type
Extension
Users
3,000 users
1K
Milext.com
View author page of Milext.com
Published
Published on January 28, 2025
Version 0.1.4
Manifest version
3
Updated
Updated on February 8, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View IG Story Downloader 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",
    "name": "__MSG_APPNAME__",
    "description": "__MSG_APPDESC__",
    "author": "Million Extension",
    "manifest_version": 3,
    "version": "0.1.4",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "igsd.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css",
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon16.png"
    },
    "default_locale": "en_US",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "permissions": [
        "cookies",
        "downloads",
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.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