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.
Was ist dSaver - Export Discord user list to CSV?
dSaver - Export Discord user list to CSV ist eine Chrome-Erweiterung, die von moska entwickelt wurde, und ihr Hauptmerkmal ist "Extract all discord members, contains userid, username, discriminator, roles, activity, avatar, join date, save as CSV/EXCEL/JSON.".
Erweiterungsscreenshots
dSaver - Export Discord user list to CSV-Erweiterungs-CRX-Datei herunterladen
Laden Sie dSaver - Export Discord user list to CSV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fpiffaomkpnhmldgjbcinoikplpjnpca |
| Offizielle URL | https://chromewebstore.google.com/detail/dsaver-export-discord-use/fpiffaomkpnhmldgjbcinoikplpjnpca |
| Beschreibung | Extract all discord members, contains userid, username, discriminator, roles, activity, avatar, join date, save as CSV/EXCEL/JSON. |
| Dateigröße | 726 KB |
| Installationsanzahl | 808 |
| Aktuelle Version | 1.1.3 |
| Letztes Update | 2024-02-28 |
| Veröffentlichungsdatum | 2023-03-26 |
| Bewertung | 4.00/5 Insgesamt 13 Bewertungen |
| Entwickler | moska |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://discord-user-exporter.extensionsfox.com |
| URL der Datenschutzrichtlinien-Seite | https://discordsaver.extensionsfox.com/privacy |
| Unterstützte Sprachen | 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": [
" | |