Discord Export - Discord Chat Exporter

A chrome extension made for people who want to export discord chat into xlsx or html

What is Discord Export - Discord Chat Exporter?

Discord Export - Discord Chat Exporter is a Chrome extension developed by https://savemydayapp.com, and its main feature is "A chrome extension made for people who want to export discord chat into xlsx or html".

Extension Screenshots

screenshot
screenshot
screenshot

Download Discord Export - Discord Chat Exporter Extension CRX File

Download Discord Export - Discord Chat Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Discord Chat Exporter | Export chat log to Xlsx | Export chat log to HTML
A chrome extension made for people who want to export chat logs from discord channels or DM conversations in xlsx/html format

#FEATURES

- Export chat logs from discord channel or DM conversations.
- Supports Export type Xlsx and html format.
- Supports Date range selection.

#How it works?
1. Install the extension.
2. Open a discord channel. (Discord url example:https://discord.com/channels/xxx/xxx)
3. Click the extension icon on the top right corner,then click 'Export Chat'.

#IS IT FREE?
Yes, Discord Export for Chrome is free to use. You can get basic functionality and upgrade to get more features.

#SUPPORT
We sincerely want to solve any problem you may have.Please feel free to contact us via [email protected].                    

Extension Basic Information

Name Discord Export - Discord Chat Exporter Discord Export - Discord Chat Exporter
ID ldbakgifnnmkmdnjeoakbcgmmbkganab
Official URL https://chromewebstore.google.com/detail/discord-export-discord-ch/ldbakgifnnmkmdnjeoakbcgmmbkganab
Description A chrome extension made for people who want to export discord chat into xlsx or html
File Size 554 KB
Installation Count 5,382
Current Version 1.0.5
Last Updated 2023-04-01
Publish Date 2022-07-27
Rating 2.97/5 Total 29 Ratings
Developer https://savemydayapp.com
Email [email protected]
Payment Type free
Extension Website https://savemydayapp.com/discord-chat-exporter/
Help Page URL https://savemydayapp.com/terms-of-service/
Privacy Policy Page URL https://savemydayapp.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "name": "Discord Export - Discord Chat Exporter",
    "description": "A chrome extension made for people who want to export discord chat into xlsx or html",
    "version": "1.0.5",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsISK7Ug+otimLRZKzNi49wP\/AY\/4Cgp9b019m54FEGKM9f7xVqjJ\/jBAJNuyU7lpo13y2T2eC83r8ZJ+KqgTId4A\/8hpHir6lvPZ9HV6ugojt3OQtRWQtPVo0i1Dugq9PgDxBBci9Qvrodod\/0KHyIY6ns789BkMuoewUAalkmv85vjzQJBFRvcSddUegVkoZa\/Ep6EQH0piycjrVV0zK\/ewCEkKmKIMinqGhatcQTo4\/mLQrB9E+oPn1wKHnL5YKv\/dgI0BcpiDfcZhZAq6YnOc4s3kwtUBVDmySMZnS3S5u83a6Gd+2jl1ff0C52A7d2Cq0SZU\/FM7R4uogg2\/SQIDAQAB",
    "oauth2": {
        "client_id": "252414408694-055l4229jod2os1gvkpnba19tdfchso2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "host_permissions": [
        "*:\/\/*.discord.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "identity"
    ]
}