Discrub
A data manipulation and export tool for Discord.
Cos'è Discrub?
Discrub è un'estensione di Chrome sviluppata da prathercc, e la sua funzione principale è "A data manipulation and export tool for Discord.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Discrub
Scarica i file di estensione Discrub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | plhdclenpaecffbcefjmpkkbdpkmhhbj |
| URL Ufficiale | https://chromewebstore.google.com/detail/discrub/plhdclenpaecffbcefjmpkkbdpkmhhbj |
| Descrizione | A data manipulation and export tool for Discord. |
| Dimensione del File | 533 KB |
| Conteggio Installazioni | 15,179 |
| Versione Corrente | 1.11.8 |
| Ultimo Aggiornamento | 2024-02-26 |
| Data di Pubblicazione | 2022-02-05 |
| Valutazione | 4.23/5 Totale 62 Valutazioni |
| Sviluppatore | prathercc |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/prathercc/discrub-ext |
| URL della Pagina di Aiuto | https://www.reddit.com/r/discrub/ |
| URL della Pagina della Politica sulla Privacy | https://prathercc.github.io |
| Lingue Supportate | 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"
}
} | |