Discrub

A data manipulation and export tool for Discord.

Hvad er Discrub?

Discrub er en Chrome-udvidelse udviklet af prathercc, og dens hovedfunktion er "A data manipulation and export tool for Discord.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Discrub-udvidelses-CRX-fil

Download Discrub-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Discrub Discrub
ID plhdclenpaecffbcefjmpkkbdpkmhhbj
Officiel URL https://chromewebstore.google.com/detail/discrub/plhdclenpaecffbcefjmpkkbdpkmhhbj
Beskrivelse A data manipulation and export tool for Discord.
Filstørrelse 533 KB
Antal Installationer 15,179
Nuværende Version 1.11.8
Senest Opdateret 2024-02-26
Udgivelsesdato 2022-02-05
Bedømmelse 4.23/5 Samlet 62 Bedømmelser
Udvikler prathercc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/prathercc/discrub-ext
Hjælpeside-URL https://www.reddit.com/r/discrub/
URL til Fortrolighedspolitik Side https://prathercc.github.io
Understøttede Sprog 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"
    }
}