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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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].
معلومات أساسية عن التمديد
الاسم | dSaver - Export Discord user list to CSV |
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 |
عنوان صفحة سياسة الخصوصية | 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": [ " |