Dimmy - Discord Chat Exporter

The discord chat exporter can provide Discord chat log export with just a few clicks.

Dimmy - Discord Chat Exporter là gì?

Dimmy - Discord Chat Exporter là một tiện ích mở rộng Chrome được phát triển bởi hb623999, và tính năng chính của nó là "The discord chat exporter can provide Discord chat log export with just a few clicks.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dimmy - Discord Chat Exporter

Tải xuống các tệp mở rộng Dimmy - 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

                        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.                    

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

Tên Dimmy - Discord Chat Exporter Dimmy - Discord Chat Exporter
ID bbgnnieijkdeodgdkhnkildfjbnoedno
URL Chính Thức https://chromewebstore.google.com/detail/dimmy-discord-chat-export/bbgnnieijkdeodgdkhnkildfjbnoedno
Mô tả The discord chat exporter can provide Discord chat log export with just a few clicks.
Kích Thước Tệp 5.56 MB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2024-01-10
Nhà Phát Triển hb623999
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1vaw3GBpc6yQTzpyw7irKp0eNnKBhHCDcof5s-vH3Kg0
Ngôn Ngữ Được Hỗ Trợ 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"
}