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 là gì?

DMSaver - Export Chat Messages là một tiện ích mở rộng Chrome được phát triển bởi 11 TYS, và tính năng chính của nó là "IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DMSaver - Export Chat Messages

Tải xuống các tệp mở rộng DMSaver - Export Chat Messages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DMSaver - Export Chat Messages DMSaver - Export Chat Messages
ID jhfipkkpcgphdbjebljindagdajcgelp
URL Chính Thức https://chromewebstore.google.com/detail/dmsaver-export-chat-messa/jhfipkkpcgphdbjebljindagdajcgelp
Mô tả IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.
Kích Thước Tệp 681 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-08-08
Ngày Phát Hành 2023-03-26
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 11 TYS
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://igchatsexporter.extensionsfox.com/
URL Trang Chính Sách Bảo Mật https://igcommentbot.extensionsfox.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}