WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Instagram Chat Backup - Export DMs in HTML with Media

Instagram Chat Backup - Export DMs in HTML with Media

View on Chrome Web Store
View Instagram Chat Backup - Export DMs in HTML with Media Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Backup & export Instagram DMs as HTML files with photos, videos & media. Download your full chat history in one click.
Type
Extension
Users
1,000 users
162
WAtext
View author page of WAtext
Published
Published on February 8, 2026
Version 3.0.5
Manifest version
3
Updated
Updated on March 7, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Instagram Chat Backup - Export DMs in HTML with Media 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": "Instagram Chat Backup - Export DMs in HTML with Media",
    "version": "3.0.5",
    "description": "Backup & export Instagram DMs as HTML files with photos, videos & media. Download your full chat history in one click.",
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/i.instagram.com\/*",
        "https:\/\/*.cdninstagram.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Instagram DM Downloader"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/direct\/*"
            ],
            "js": [
                "lib\/jszip.min.js",
                "instagram-api.js",
                "content.js"
            ],
            "css": [
                "content-styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/*"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 2026 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