The Discord extension runs entirely in your browser. We don't collect, transmit, or sell user data of any kind.
Everything the extension does happens inside your browser session. That includes:
chrome.storage.sync.Two network paths exist, and only one is invoked during normal use:
translate.googleapis.com over HTTPS. No user identifier is attached. Google's privacy policy applies to that request.cdn.discordapp.com, media.discordapp.net) are fetched directly from Discord's servers using your existing browser session. No third party is involved.The extension does not contact any analytics, telemetry, or first-party server. There is no backend.
storage — to remember your settings between sessions.downloads — to save avatars, emojis, and exported archives via Chrome's download manager.activeTab — so the popup can talk to the Discord tab you're currently looking at.contextMenus — declared for completeness; the extension uses an in-page custom menu instead, but the permission is reserved.host_permissions for discord.com, Discord CDNs, and translate.googleapis.com — required to read Discord's DOM, fetch attachments for the bulk exporter, and call the translation endpoint.localStorage or other credential stores.The extension stores configuration locally. You can clear it any time via chrome://extensions (Remove extension data), or by signing out of Chrome on the device.
This extension is not directed at children under 13. It operates on Discord's web client, which has its own age requirements.
If this policy materially changes, the date at the top will be updated and a note added to the extension page.
Questions: open an issue or reach out via /contact.