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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hypercavs.com, και η κύρια λειτουργία του είναι "Export Discord chats to Xlsx/HTML easily! Quick setup, user-friendly, and date range selection for efficient chat archiving.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Discord Chat Exporter - Backup chat logs

Λήψη αρχείων επέκτασης 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 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"
    ]
}