Discrub
A data manipulation and export tool for Discord.
Discrubคืออะไร?
Discrub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prathercc และคุณลักษณะหลักของมันคือ "A data manipulation and export tool for Discord."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discrub
ดาวน์โหลดไฟล์ส่วนขยาย Discrub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |