Discrub

A data manipulation and export tool for Discord.

Discrub là gì?

Discrub là một tiện ích mở rộng Chrome được phát triển bởi prathercc, và tính năng chính của nó là "A data manipulation and export tool for Discord.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discrub

Tải xuống các tệp mở rộng Discrub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Discrub Discrub
ID plhdclenpaecffbcefjmpkkbdpkmhhbj
URL Chính Thức https://chromewebstore.google.com/detail/discrub/plhdclenpaecffbcefjmpkkbdpkmhhbj
Mô tả A data manipulation and export tool for Discord.
Kích Thước Tệp 533 KB
Số Lần Cài Đặt 15,179
Phiên Bản Hiện Tại 1.11.8
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2022-02-05
Đánh Giá 4.23/5 Tổng số 62 Đánh Giá
Nhà Phát Triển prathercc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/prathercc/discrub-ext
URL Trang Trợ Giúp https://www.reddit.com/r/discrub/
URL Trang Chính Sách Bảo Mật https://prathercc.github.io
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}