DiscExport - discord chat exporter

easy for discord chat message export

什么是DiscExport - discord chat exporter?

DiscExport - discord chat exporter是由https://discord-export.com开发的Chrome扩展程序,该扩展的主要功能是“easy for discord chat message export”。

扩展截图

screenshot
screenshot
screenshot

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

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

扩展使用说明

                        DiscExport: Simple & Secure Discord Message Exporter

Effortlessly download and save your Discord channel messages with DiscExport, a user-friendly and privacy-focused Chrome extension. Stay organized and keep track of your conversations in just a few clicks. Try DISCORD-EXPORT and experience hassle-free message exporting today!                    

扩展基本信息

名称 DiscExport - discord chat exporter DiscExport - discord chat exporter
ID pcjfibcfcoldfhnfeoeapcgnbfnjpbem
官方URL https://chromewebstore.google.com/detail/discexport-discord-chat-e/pcjfibcfcoldfhnfeoeapcgnbfnjpbem
简介 easy for discord chat message export
文件大小 945 KB
安装次数 51
当前版本 1.0.0
更新时间 2023-05-23
上架时间 2023-05-12
开发者 https://discord-export.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://discord-export.com/
帮助页面URL https://discord-export.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.a9f79dd2.png",
        "32": "icon32.plasmo.d7204388.png",
        "48": "icon48.plasmo.3cdb7c8f.png",
        "64": "icon64.plasmo.af451bc2.png",
        "128": "icon128.plasmo.55eba4fd.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.a9f79dd2.png",
            "32": "icon32.plasmo.d7204388.png",
            "48": "icon48.plasmo.3cdb7c8f.png",
            "64": "icon64.plasmo.af451bc2.png",
            "128": "icon128.plasmo.55eba4fd.png"
        }
    },
    "version": "1.0.0",
    "author": "jerryzhang",
    "name": "DiscExport - discord chat exporter",
    "description": "easy for discord chat message export",
    "background": {
        "service_worker": "background.f6036461.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/channels\/*"
            ],
            "js": [
                "content.61268778.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/discord.com\/channels\/*",
        "https:\/\/app.discord-export.com\/*",
        "https:\/\/discord-export.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}