Discrub
A data manipulation and export tool for Discord.
Discrub란 무엇입니까?
Discrub은(는) prathercc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A data manipulation and export tool for Discord."입니다.
확장 프로그램 스크린샷
Discrub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Subreddit for extension support - r/discrub Users can mass Edit/Delete, Sort/Filter, and Export Discord messages. Supported Export Formats: HTML, CSV, and JSON. Version 1.11.8: - Include voice/audio files in exports. - Preview voice/audio in HTML exports. - Add reaction support. - Improve status text during the various tasks performed by Discrub. - Add a 'Settings' menu option where reaction retrieval can be enabled or disabled.
확장 프로그램 기본 정보
이름 | Discrub |
ID | plhdclenpaecffbcefjmpkkbdpkmhhbj |
공식 URL | https://chromewebstore.google.com/detail/discrub/plhdclenpaecffbcefjmpkkbdpkmhhbj |
설명 | A data manipulation and export tool for Discord. |
파일 크기 | 533 KB |
설치 횟수 | 15,179 |
현재 버전 | 1.11.8 |
최근 업데이트 | 2024-02-26 |
출시 날짜 | 2022-02-05 |
평점 | 4.23/5 총 62 개의 평점 |
개발자 | prathercc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/prathercc/discrub-ext |
도움말 페이지 URL | https://www.reddit.com/r/discrub/ |
개인정보 보호 정책 페이지 URL | https://prathercc.github.io |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Discrub", "name": "Discrub", "version": "1.11.8", "description": "A data manipulation and export tool for Discord.", "manifest_version": 3, "permissions": [ "storage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_title": "Open Discrub" }, "content_scripts": [ { "js": [ "assets\/content.js-loader-186e114f.js" ], "matches": [ "*:\/\/discord.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/discord.com\/*" ], "resources": [ "resources\/html\/mitm.html", "resources\/media\/*", "index.html", "button_injection.html", "*\/*.zip" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/discord.com\/*" ], "resources": [ "assets\/content.js-1273dc67.js" ], "use_dynamic_url": true } ], "icons": { "16": "public\/resources\/media\/discrub.png", "32": "public\/resources\/media\/discrub.png", "48": "public\/resources\/media\/discrub.png", "128": "public\/resources\/media\/discrub.png" } } |