DiscordSaver - Export Discord Chat Messages
A extension to export Discord chat messages to CSV/Excel/JSON/HTML, support both DM (private chat) and channel.
DiscordSaver - Export Discord Chat Messagesとは何ですか?
DiscordSaver - Export Discord Chat Messagesはmoskaによって開発されたChromeの拡張機能で、その主な機能は「A extension to export Discord chat messages to CSV/Excel/JSON/HTML, support both DM (private chat) and channel.」です。
拡張機能のスクリーンショット
DiscordSaver - Export Discord Chat Messages拡張機能のCRXファイルをダウンロード
DiscordSaver - Export Discord Chat Messages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
# FEATURES ✓ Export chat logs from discord channel or direct messages (DM). ✓ Save and download chat messages in CSV/EXCEL/JSON/HTML format. ✓ Provide date range to quickly get the chat log you need. # HOW TO USE Visit any Discord channel or direct message, click the extension to select start date and end date, then click "Export". DISCORD TOOL FAMILY you can visit other tools on the tool menu. ✓ dSender - Send bulk DM for Discord ✓ dFriend - Bulk add friends ✓ dSaver - Export user list to CSV # SUPPORT If you have any questions, please keep in touch via [email protected].
拡張機能の基本情報
名前 | DiscordSaver - Export Discord Chat Messages |
ID | enoiplhodnnpjiecjembkobephpjanpe |
公式URL | https://chromewebstore.google.com/detail/discordsaver-export-disco/enoiplhodnnpjiecjembkobephpjanpe |
説明 | A extension to export Discord chat messages to CSV/Excel/JSON/HTML, support both DM (private chat) and channel. |
ファイルサイズ | 679 KB |
インストール数 | 236 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-12-07 |
公開日 | 2023-03-23 |
評価 | 2.00/5 合計 3 レビュー |
開発者 | moska |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://discordsaver.extensionsfox.com |
プライバシーポリシーページのURL | https://discordsaver.extensionsfox.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.0", "homepage_url": "https:\/\/discordsaver.extensionsfox.com\/", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.discord.com\/*" ], "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.discord.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "assets\/*" ], "matches": [ " |