Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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" ] }