Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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"
}
}