Discord Exporter - Backup discord chat logs

A useful tool to export Discord chat logs to Excel xlsx/csv and batch download attachments with one click.

Discord Exporter - Backup discord chat logsคืออะไร?

Discord Exporter - Backup discord chat logs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EchoWebBot Studio และคุณลักษณะหลักของมันคือ "A useful tool to export Discord chat logs to Excel xlsx/csv and batch download attachments with one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discord Exporter - Backup discord chat logs

ดาวน์โหลดไฟล์ส่วนขยาย Discord Exporter - Backup discord chat logs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DiscordExporter can be used to export Discord channel message history to Excel XLSX/CSV or HTML and download chat file attachments in bulk, it is suitable for direct messages, group messages and server channels and  threads and is a useful tool for backing up Discord chat messages.

🎨 Features
✓ Export discord chat logs to XLSX,CSV,HTML
✓ Bulk download of chat file attachments(images, videos, audio, pdf, etc.)
✓ 2x faster than other export tools
✓ Continued free updates

🔒 Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.

👋 Contact
If you have any issues, feel free to contact [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Discord Exporter - Backup discord chat logs Discord Exporter - Backup discord chat logs
ID fhpffpldicgekaenjieffeonehhijhjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/discord-exporter-backup-d/fhpffpldicgekaenjieffeonehhijhjg
คำอธิบาย A useful tool to export Discord chat logs to Excel xlsx/csv and batch download attachments with one click.
ขนาดไฟล์ 622 KB
จำนวนการติดตั้ง 1,314
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-10-06
วันที่เผยแพร่ 2022-09-03
คะแนน 3.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา EchoWebBot Studio
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://echobot.dev/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/discordexporter.echobot.dev",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "identity",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/discord.com\/*",
        "*:\/\/*.echobot.dev\/*"
    ],
    "oauth2": {
        "client_id": "224039609085-gonm3f2kiqj5hil08q1k3bcks7c3kdq9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "content-script-start.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "libs\/jquery-3.6.0.min.js",
                "content-script.js"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.echobot.dev\/auth\/success\/discordexporter*"
            ],
            "js": [
                "auth.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "version": "1.1.0"
}