WebExtension.net
WebExtension.net

dTools - member list saver for Discord

View on Chrome Web Store
View dTools - member list saver for Discord Chrome Extension on Chrome Web Store
3.9 (21 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

To export list of members that contains username, roles, activity, avatar, join date from Discord servers, and save as csv/xlsx
Type
Extension
Users
1,000 users
automatismworks
View author page of automatismworks
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 21, 2022
Version 1.0.6
Manifest version
3
Updated
Updated on August 27, 2024
View on Chrome Web Store
View dTools - member list saver for Discord Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "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.6",
    "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"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top