DMSaver - Export Chat Messages

IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.

Wat is DMSaver - Export Chat Messages?

DMSaver - Export Chat Messages is een Chrome-extensie ontwikkeld door 11 TYS, en de belangrijkste functie is "IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DMSaver - Export Chat Messages

Download DMSaver - Export Chat Messages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        # FEATURES

✓ Export your Instagram chat messages.
✓ Save and download Instagram direct messages in CSV/EXCEL/JSON format.

# DATA PRIVACY

Your data is processed locally and never passes through our web server, ensuring the privacy of your exported information.

# SUPPORT

FAQ https://igchatsexporter.extensionsfox.com/
If you have any questions, please keep in touch via [email protected].                    

Basisinformatie over de Extensie

Naam DMSaver - Export Chat Messages DMSaver - Export Chat Messages
ID jhfipkkpcgphdbjebljindagdajcgelp
Officiële URL https://chromewebstore.google.com/detail/dmsaver-export-chat-messa/jhfipkkpcgphdbjebljindagdajcgelp
Beschrijving IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.
Bestandsgrootte 681 KB
Aantal Installaties 148
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-08-08
Publicatiedatum 2023-03-26
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar 11 TYS
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://igchatsexporter.extensionsfox.com/
URL van de Privacybeleid Pagina https://igcommentbot.extensionsfox.com/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.1",
    "homepage_url": "https:\/\/igchatsexporter.extensionsfox.com\/",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "css": [
                ".\/dist\/contentScripts\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}