DiscExport - discord chat exporter

easy for discord chat message export

DiscExport - discord chat exporter क्या है?

DiscExport - discord chat exporter https://discord-export.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "easy for discord chat message export"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DiscExport - discord chat exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
        }
    ]
}