Dimmy - Discord Chat Exporter
The discord chat exporter can provide Discord chat log export with just a few clicks.
Τι είναι το Dimmy - Discord Chat Exporter;
Το Dimmy - Discord Chat Exporter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hb623999, και η κύρια λειτουργία του είναι "The discord chat exporter can provide Discord chat log export with just a few clicks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dimmy - Discord Chat Exporter
Λήψη αρχείων επέκτασης Dimmy - Discord Chat Exporter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Dimmy, a simple Discord chat exporter, helps you export Discord chats in an easy way. Unlike other Discord chat export Chrome extensions, Dimmy provides a more precise way to help you confirm the export scope of chat logs, so that you do not need to refine the chat records you need again. Feature ○ Export Discord chat log or chat history for free. ○ Export file formats include Excle, HTML. ○ Provide date and time filtering to quickly get the chat log you need. How to export Discord chat logs? 1. Install Dimmy - Discord Chat Exporter. 2. View the time period of the required Discord chat logs on the Discord channel page. 3. Open Dimmy, select start time and end time. 4. Select the file format you want to download, and click the save button.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Dimmy - Discord Chat Exporter |
ID | bbgnnieijkdeodgdkhnkildfjbnoedno |
Επίσημο URL | https://chromewebstore.google.com/detail/dimmy-discord-chat-export/bbgnnieijkdeodgdkhnkildfjbnoedno |
Περιγραφή | The discord chat exporter can provide Discord chat log export with just a few clicks. |
Μέγεθος Αρχείου | 5.56 MB |
Αριθμός Εγκαταστάσεων | 90 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2024-02-26 |
Ημερομηνία Δημοσίευσης | 2024-01-10 |
Προγραμματιστής | hb623999 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.google.com/document/d/1vaw3GBpc6yQTzpyw7irKp0eNnKBhHCDcof5s-vH3Kg0 |
Υποστηριζόμενες Γλώσσες | id,en,fr,sw,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/discord.com\/*", "http:\/\/discord.com\/*" ], "icons": { "128": "icons\/128.png" }, "action": { "default_icon": { "128": "icons\/128.png" }, "default_popup": "" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/discord.com\/*", "http:\/\/discord.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "fonts\/*", "inject.js", "\/icons\/*" ], "matches": [ "https:\/\/discord.com\/*", "http:\/\/discord.com\/*" ] } ], "version": "1.0.2" } |