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 11 TYS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DMSaver - Export Chat Messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # 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'"
    }
}