Discord Chat Exporter - Backup chat logs
Export Discord chats to Xlsx/HTML easily! Quick setup, user-friendly, and date range selection for efficient chat archiving.
什么是Discord Chat Exporter - Backup chat logs?
Discord Chat Exporter - Backup chat logs是由https://hypercavs.com开发的Chrome扩展程序,该扩展的主要功能是“Export Discord chats to Xlsx/HTML easily! Quick setup, user-friendly, and date range selection for efficient chat archiving.”。
扩展截图
下载Discord Chat Exporter - Backup chat logs扩展crx文件
下载Discord Chat Exporter - Backup chat logs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🚀 Elevate Your Discord Experience with Discord Chat Exporter! 🚀 🌟 Fabulous Features: 📜 Capture Every Moment: Export chat logs from any Discord channel or direct messages (DMs). 💾 Versatile Formats: Save and download your chats in both Xlsx and HTML formats – perfect for any use! 📆 Custom Date Selection: Pick the exact dates for the chats you want to back up. Full control at your fingertips! 🛠️ Quick Start Guide: 1. Simple Installation: Just add our extension to your Chrome. 2. Dive into Discord: Open a new tab and head to your desired Discord channel. 3. Export Made Easy: Click our extension icon, set your date range, and hit 'GO'. Your chat logs are ready in a snap! 📜 Must-Know - Terms of Use: Stay informed and secure. Please visit: https://hypercavs.com/discord-chat-saver/terms-of-use.html 🤝 Support and Assistance: Questions? Need help? Reach out to us at [email protected]. 🌟 Transform your Discord interactions with ease and efficiency! Get Discord Chat Exporter now! 🌟
扩展基本信息
名称 | Discord Chat Exporter - Backup chat logs |
ID | lljknccjfgeihgdboidlkoofdknieffm |
官方URL | https://chromewebstore.google.com/detail/discord-chat-exporter-bac/lljknccjfgeihgdboidlkoofdknieffm |
简介 | Export Discord chats to Xlsx/HTML easily! Quick setup, user-friendly, and date range selection for efficient chat archiving. |
文件大小 | 2.23 MB |
安装次数 | 8,879 |
当前版本 | 1.6.0 |
更新时间 | 2023-12-18 |
上架时间 | 2021-03-31 |
评分 | 3.23/5 共44次评分 |
开发者 | https://hypercavs.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://hypercavs.com/discord-chat-saver/ |
隐私政策页面URL | http://www.hypercavs.com/shopify-shark/privacy-policy.html |
支持的语言 | de,en,fr,es,it,pt-BR,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "1.6.0", "manifest_version": 3, "default_locale": "en", "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "Discord Chat Exporter", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/discord.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/hypercavs.com\/" ], "permissions": [ "activeTab", "storage", "downloads", "scripting" ] } |