DiscExport - discord chat exporter

easy for discord chat message export

Τι είναι το DiscExport - discord chat exporter;

Το DiscExport - discord chat exporter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://discord-export.com, και η κύρια λειτουργία του είναι "easy for discord chat message export".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DiscExport - discord chat exporter

Λήψη αρχείων επέκτασης DiscExport - discord chat exporter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        DiscExport: Simple & Secure Discord Message Exporter

Effortlessly download and save your Discord channel messages with DiscExport, a user-friendly and privacy-focused Chrome extension. Stay organized and keep track of your conversations in just a few clicks. Try DISCORD-EXPORT and experience hassle-free message exporting today!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DiscExport - discord chat exporter DiscExport - discord chat exporter
ID pcjfibcfcoldfhnfeoeapcgnbfnjpbem
Επίσημο URL https://chromewebstore.google.com/detail/discexport-discord-chat-e/pcjfibcfcoldfhnfeoeapcgnbfnjpbem
Περιγραφή easy for discord chat message export
Μέγεθος Αρχείου 945 KB
Αριθμός Εγκαταστάσεων 51
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-05-23
Ημερομηνία Δημοσίευσης 2023-05-12
Προγραμματιστής https://discord-export.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://discord-export.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://discord-export.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.a9f79dd2.png",
        "32": "icon32.plasmo.d7204388.png",
        "48": "icon48.plasmo.3cdb7c8f.png",
        "64": "icon64.plasmo.af451bc2.png",
        "128": "icon128.plasmo.55eba4fd.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.a9f79dd2.png",
            "32": "icon32.plasmo.d7204388.png",
            "48": "icon48.plasmo.3cdb7c8f.png",
            "64": "icon64.plasmo.af451bc2.png",
            "128": "icon128.plasmo.55eba4fd.png"
        }
    },
    "version": "1.0.0",
    "author": "jerryzhang",
    "name": "DiscExport - discord chat exporter",
    "description": "easy for discord chat message export",
    "background": {
        "service_worker": "background.f6036461.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/channels\/*"
            ],
            "js": [
                "content.61268778.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/discord.com\/channels\/*",
        "https:\/\/app.discord-export.com\/*",
        "https:\/\/discord-export.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}