dSaver - Export Discord user list to CSV
Extract all discord members, contains userid, username, discriminator, roles, activity, avatar, join date, save as CSV/EXCEL/JSON.
dSaver - Export Discord user list to CSVとは何ですか?
dSaver - Export Discord user list to CSVはmoskaによって開発されたChromeの拡張機能で、その主な機能は「Extract all discord members, contains userid, username, discriminator, roles, activity, avatar, join date, save as CSV/EXCEL/JSON.」です。
拡張機能のスクリーンショット
dSaver - Export Discord user list to CSV拡張機能のCRXファイルをダウンロード
dSaver - Export Discord user list to CSV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One click to export all discord members of Discord server.
# v1.1.3 UPDATE
✓ Fixed issue with exporting only 1000 users in admin mode. You can now extract all your own Discord server members.
# FEATURES
✓ Export user list from Discord server.
✓ Download users of reactions.
✓ Save and download the member list in CSV/EXCEL/JSON format.
# COLUMNS
- user id
- username
- #discriminator
- roles
- activity
- avatar
- status
- joined at time
# HOW TO USE
Visit any Discord server, click the extension then click "Export" button to start.
# SUPPORT
If you have any questions, please keep in touch via [email protected]. 拡張機能の基本情報
| 名前 | |
| ID | fpiffaomkpnhmldgjbcinoikplpjnpca |
| 公式URL | https://chromewebstore.google.com/detail/dsaver-export-discord-use/fpiffaomkpnhmldgjbcinoikplpjnpca |
| 説明 | Extract all discord members, contains userid, username, discriminator, roles, activity, avatar, join date, save as CSV/EXCEL/JSON. |
| ファイルサイズ | 726 KB |
| インストール数 | 808 |
| 現在のバージョン | 1.1.3 |
| 最終更新日 | 2024-02-28 |
| 公開日 | 2023-03-26 |
| 評価 | 4.00/5 合計 13 レビュー |
| 開発者 | moska |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://discord-user-exporter.extensionsfox.com |
| プライバシーポリシーページのURL | https://discordsaver.extensionsfox.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "1.1.3",
"homepage_url": "https:\/\/discord-user-exporter.extensionsfox.com\/",
"action": {
"default_icon": ".\/assets\/icon-512.png",
"default_popup": ".\/dist\/popup\/index.html"
},
"icons": {
"16": ".\/assets\/icon-512.png",
"48": ".\/assets\/icon-512.png",
"128": ".\/assets\/icon-512.png"
},
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"*:\/\/*.discord.com\/*"
],
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/*.discord.com\/*"
],
"js": [
".\/dist\/contentScripts\/index.global.js"
],
"css": [
".\/assets\/reaction.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"assets\/*"
],
"matches": [
" | |