DiscExport - discord chat exporter

easy for discord chat message export

DiscExport - discord chat exporter là gì?

DiscExport - discord chat exporter là một tiện ích mở rộng Chrome được phát triển bởi https://discord-export.com, và tính năng chính của nó là "easy for discord chat message export".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DiscExport - discord chat exporter

Tải xuống các tệp mở rộng DiscExport - discord chat exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DiscExport - discord chat exporter DiscExport - discord chat exporter
ID pcjfibcfcoldfhnfeoeapcgnbfnjpbem
URL Chính Thức https://chromewebstore.google.com/detail/discexport-discord-chat-e/pcjfibcfcoldfhnfeoeapcgnbfnjpbem
Mô tả easy for discord chat message export
Kích Thước Tệp 945 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-05-23
Ngày Phát Hành 2023-05-12
Nhà Phát Triển https://discord-export.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://discord-export.com/
URL Trang Trợ Giúp https://discord-export.com/
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}