Discrub
A data manipulation and export tool for Discord.
Wat is Discrub?
Discrub is een Chrome-extensie ontwikkeld door prathercc, en de belangrijkste functie is "A data manipulation and export tool for Discord.".
Extensie Screenshots
Download het CRX-bestand van de extensie Discrub
Download Discrub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Subreddit for extension support - r/discrub Users can mass Edit/Delete, Sort/Filter, and Export Discord messages. Supported Export Formats: HTML, CSV, and JSON. Version 1.11.8: - Include voice/audio files in exports. - Preview voice/audio in HTML exports. - Add reaction support. - Improve status text during the various tasks performed by Discrub. - Add a 'Settings' menu option where reaction retrieval can be enabled or disabled.
Basisinformatie over de Extensie
Naam | Discrub |
ID | plhdclenpaecffbcefjmpkkbdpkmhhbj |
Officiële URL | https://chromewebstore.google.com/detail/discrub/plhdclenpaecffbcefjmpkkbdpkmhhbj |
Beschrijving | A data manipulation and export tool for Discord. |
Bestandsgrootte | 533 KB |
Aantal Installaties | 15,179 |
Huidige Versie | 1.11.8 |
Laatst Bijgewerkt | 2024-02-26 |
Publicatiedatum | 2022-02-05 |
Beoordeling | 4.23/5 Totaal 62 Beoordelingen |
Ontwikkelaar | prathercc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/prathercc/discrub-ext |
Help Pagina-URL | https://www.reddit.com/r/discrub/ |
URL van de Privacybeleid Pagina | https://prathercc.github.io |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Discrub", "name": "Discrub", "version": "1.11.8", "description": "A data manipulation and export tool for Discord.", "manifest_version": 3, "permissions": [ "storage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_title": "Open Discrub" }, "content_scripts": [ { "js": [ "assets\/content.js-loader-186e114f.js" ], "matches": [ "*:\/\/discord.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/discord.com\/*" ], "resources": [ "resources\/html\/mitm.html", "resources\/media\/*", "index.html", "button_injection.html", "*\/*.zip" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/discord.com\/*" ], "resources": [ "assets\/content.js-1273dc67.js" ], "use_dynamic_url": true } ], "icons": { "16": "public\/resources\/media\/discrub.png", "32": "public\/resources\/media\/discrub.png", "48": "public\/resources\/media\/discrub.png", "128": "public\/resources\/media\/discrub.png" } } |