Discrub
A data manipulation and export tool for Discord.
什么是Discrub?
Discrub是由prathercc开发的Chrome扩展程序,该扩展的主要功能是“A data manipulation and export tool for Discord.”。
扩展截图
下载Discrub扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |