DMSaver - Export Chat Messages

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

Τι είναι το DMSaver - Export Chat Messages;

Το DMSaver - Export Chat Messages είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 11 TYS, και η κύρια λειτουργία του είναι "IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DMSaver - Export Chat Messages

Λήψη αρχείων επέκτασης DMSaver - Export Chat Messages σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        # 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].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DMSaver - Export Chat Messages DMSaver - Export Chat Messages
ID jhfipkkpcgphdbjebljindagdajcgelp
Επίσημο URL https://chromewebstore.google.com/detail/dmsaver-export-chat-messa/jhfipkkpcgphdbjebljindagdajcgelp
Περιγραφή IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.
Μέγεθος Αρχείου 681 KB
Αριθμός Εγκαταστάσεων 148
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-08-08
Ημερομηνία Δημοσίευσης 2023-03-26
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής 11 TYS
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://igchatsexporter.extensionsfox.com/
URL της Σελίδας Πολιτικής Απορρήτου https://igcommentbot.extensionsfox.com/privacy
Υποστηριζόμενες Γλώσσες 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'"
    }
}