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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://discordkit.com, και η κύρια λειτουργία του είναι "Discord Chat Exporter is a Chrome extension developed by the DiscordKit team to help users export and save their Discord chat…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DiscordKit - discord chat exporter
Λήψη αρχείων επέκτασης 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 |
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 } ] } |