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 - это расширение Chrome, разработанное moska, и его основная функция - "Extract all discord members, contains userid, username, discriminator, roles, activity, avatar, join date, save as CSV/EXCEL/JSON.".
Снимки экрана расширения
Скачать файл CRX расширения dSaver - Export Discord user list to CSV
Скачайте файлы расширений 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 |
| Электронная почта | [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": [
" | |