Discrub
A data manipulation and export tool for Discord.
什麼是Discrub?
Discrub是由prathercc開發的Chrome擴展程式,該擴展的主要功能是“A data manipulation and export tool for Discord.”。
擴展截圖
下載Discrub擴展crx文件
下載Discrub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Discrub |
ID | plhdclenpaecffbcefjmpkkbdpkmhhbj |
官方網址 | https://chromewebstore.google.com/detail/discrub/plhdclenpaecffbcefjmpkkbdpkmhhbj |
簡介 | A data manipulation and export tool for Discord. |
檔案大小 | 533 KB |
安裝次數 | 15,179 |
目前版本 | 1.11.8 |
更新時間 | 2024-02-26 |
上架時間 | 2022-02-05 |
評分 | 4.23/5 共 62 次評分 |
開發者 | prathercc |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/prathercc/discrub-ext |
說明頁面URL | https://www.reddit.com/r/discrub/ |
隱私政策頁面URL | https://prathercc.github.io |
支援的語言 | 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" } } |