Discrub
A data manipulation and export tool for Discord.
Discrub क्या है?
Discrub prathercc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A data manipulation and export tool for Discord."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Discrub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } } |