Dimmy - Discord Chat Exporter
The discord chat exporter can provide Discord chat log export with just a few clicks.
Dimmy - Discord Chat Exporter란 무엇입니까?
Dimmy - Discord Chat Exporter은(는) hb623999에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The discord chat exporter can provide Discord chat log export with just a few clicks."입니다.
확장 프로그램 스크린샷
Dimmy - Discord Chat Exporter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Dimmy - Discord Chat Exporter |
ID | bbgnnieijkdeodgdkhnkildfjbnoedno |
공식 URL | https://chromewebstore.google.com/detail/dimmy-discord-chat-export/bbgnnieijkdeodgdkhnkildfjbnoedno |
설명 | The discord chat exporter can provide Discord chat log export with just a few clicks. |
파일 크기 | 5.56 MB |
설치 횟수 | 90 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2024-02-26 |
출시 날짜 | 2024-01-10 |
개발자 | hb623999 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1vaw3GBpc6yQTzpyw7irKp0eNnKBhHCDcof5s-vH3Kg0 |
지원되는 언어 | 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" } |