DiscordKit - discord chat exporter

Discord Chat Exporter is a Chrome extension developed by the DiscordKit team to help users export and save their Discord chat…

什么是DiscordKit - discord chat exporter?

DiscordKit - discord chat exporter是由https://discordkit.com开发的Chrome扩展程序,该扩展的主要功能是“Discord Chat Exporter is a Chrome extension developed by the DiscordKit team to help users export and save their Discord chat…”。

扩展截图

screenshot

下载DiscordKit - discord chat exporter扩展crx文件

下载DiscordKit - discord chat exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Discord Chat Exporter is a Chrome extension developed by the DiscordKit team to help users export  and save their Discord chat logs. It supports exporting in multiple formats, including JSON, CSV, TXT, HTML DARK, and HTML LIGHT. With this extension, users can easily export their Discord chat logs to the desired format.

-FEATURES
Export Discord chat logs
Supports multiple formats including JSON, CSV, TXT, HTML DARK, and HTML LIGHT

-HOW TO USE
Install the extension
Open Discord and navigate to the channel or DM conversation you want to export chat logs from
Click the extension icon on the top right corner, select the format you want to export in, and click "Export"

-IS IT FREE?
Yes, Discord Chat Exporter is free to use.
You can get basic functionality and upgrade to get more features.                    

扩展基本信息

名称 DiscordKit - discord chat exporter DiscordKit - discord chat exporter
ID nelhngppldhijmnpickkgniepoifbpon
官方URL https://chromewebstore.google.com/detail/discordkit-discord-chat-e/nelhngppldhijmnpickkgniepoifbpon
简介 Discord Chat Exporter is a Chrome extension developed by the DiscordKit team to help users export and save their Discord chat…
文件大小 461 KB
安装次数 35
当前版本 1.0.2
更新时间 2024-01-23
上架时间 2023-07-10
评分 2.00/5 共4次评分
开发者 https://discordkit.com
电子邮箱 [email protected]
付费类型 in_app
隐私政策页面URL http://discordkit.com/2024/01/20/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DiscordKit - discord chat exporter",
    "description": "",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo34.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-bf4986ff.885941d0.js"
            ],
            "matches": [
                "http:\/\/discordkit.com\/*",
                "https:\/\/discordkit.com\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo16.png",
                "img\/logo34.png",
                "img\/logo48.png",
                "img\/logo128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/discordkit.com\/*",
                "https:\/\/discordkit.com\/*"
            ],
            "resources": [
                "assets\/chunk-bf4986ff.js"
            ],
            "use_dynamic_url": true
        }
    ]
}