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 là gì?
dSaver - Export Discord user list to CSV là một tiện ích mở rộng Chrome được phát triển bởi moska, và tính năng chính của nó là "Extract all discord members, contains userid, username, discriminator, roles, activity, avatar, join date, save as CSV/EXCEL/JSON.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng dSaver - Export Discord user list to CSV
Tải xuống các tệp mở rộng dSaver - Export Discord user list to CSV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | dSaver - Export Discord user list to CSV |
ID | fpiffaomkpnhmldgjbcinoikplpjnpca |
URL Chính Thức | https://chromewebstore.google.com/detail/dsaver-export-discord-use/fpiffaomkpnhmldgjbcinoikplpjnpca |
Mô tả | Extract all discord members, contains userid, username, discriminator, roles, activity, avatar, join date, save as CSV/EXCEL/JSON. |
Kích Thước Tệp | 726 KB |
Số Lần Cài Đặt | 808 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2023-03-26 |
Đánh Giá | 4.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | moska |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://discord-user-exporter.extensionsfox.com |
URL Trang Chính Sách Bảo Mật | https://discordsaver.extensionsfox.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |