DiscordSaver - Export Discord Chat Messages
A extension to export Discord chat messages to CSV/Excel/JSON/HTML, support both DM (private chat) and channel.
Co to jest DiscordSaver - Export Discord Chat Messages?
DiscordSaver - Export Discord Chat Messages to rozszerzenie Chrome opracowane przez moska, a jego główną funkcją jest „A extension to export Discord chat messages to CSV/Excel/JSON/HTML, support both DM (private chat) and channel.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DiscordSaver - Export Discord Chat Messages
Pobierz pliki rozszerzeń DiscordSaver - Export Discord Chat Messages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
# 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].
Podstawowe informacje o rozszerzeniu
Nazwa | DiscordSaver - Export Discord Chat Messages |
ID | enoiplhodnnpjiecjembkobephpjanpe |
Oficjalny URL | https://chromewebstore.google.com/detail/discordsaver-export-disco/enoiplhodnnpjiecjembkobephpjanpe |
Opis | A extension to export Discord chat messages to CSV/Excel/JSON/HTML, support both DM (private chat) and channel. |
Rozmiar pliku | 679 KB |
Liczba instalacji | 236 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2023-12-07 |
Data Publikacji | 2023-03-23 |
Ocena | 2.00/5 Łącznie 3 Oceny |
Deweloper | moska |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://discordsaver.extensionsfox.com |
Adres URL Strony Polityki Prywatności | https://discordsaver.extensionsfox.com/privacy |
Obsługiwane Języki | 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": [ " |