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 |
| Eメール | [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"
}
} | |