dTools - member list saver for Discord
To export list of members that contains username, roles, activity, avatar, join date from Discord servers, and save as csv/xlsx
What is dTools - member list saver for Discord?
dTools - member list saver for Discord is a Chrome extension developed by automatismworks, and its main feature is "To export list of members that contains username, roles, activity, avatar, join date from Discord servers, and save as csv/xlsx".
Extension Screenshots
Download dTools - member list saver for Discord Extension CRX File
Download dTools - member list saver for Discord extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tired of sorting out each member in your discord server one by one? So this is the perfect tool for you, it can export list of members of your discord server in a few clicks. ---------- Features -------- - Export member id, username#discriminator. - Export member roles. - Export & download avatar pictures. - Export member activity. - Export member join time. ---------- Get started -------- 1. Install the extension. 2. Open a new tab and visit any discord server. 3. Click the extension icon then click 'GO'. 4. The downloading of csv/xlsx starts automatically when data loading is done, or you can click the button to save it manually. ---------- Terms of use -------- https://automatism.works/dtools/terms-of-use.html ---------- Support -------- [email protected]
Extension Basic Information
Name | dTools - member list saver for Discord |
ID | delmpfioapnibhcbepefgjofgdlifbdh |
Official URL | https://chromewebstore.google.com/detail/dtools-member-list-saver/delmpfioapnibhcbepefgjofgdlifbdh |
Description | To export list of members that contains username, roles, activity, avatar, join date from Discord servers, and save as csv/xlsx |
File Size | 1.42 MB |
Installation Count | 1,524 |
Current Version | 1.0.5 |
Last Updated | 2022-12-09 |
Publish Date | 2022-02-21 |
Rating | 3.57/5 Total 14 Ratings |
Developer | automatismworks |
[email protected] | |
Payment Type | free |
Extension Website | https://automatism.works/dtools/ |
Privacy Policy Page URL | http://automatism.works/dtools/privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dTools - member list saver for Discord", "description": "To export list of members that contains username, roles, activity, avatar, join date from Discord servers, and save as csv\/xlsx", "version": "1.0.5", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "dTools", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/discord.com\/*" ], "js": [ "content.js" ], "css": [ "content_inject.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/automatism.works\/" ], "permissions": [ "activeTab", "storage", "downloads", "alarms" ] } |