Last Updated: 3/23/25
This privacy policy explains how the Discord Webhook Sender Chrome extension (“Extension”) uses and protects your information. This Extension is designed solely to allow you to share links, images, files, and clipboard content directly to a Discord webhook URL that you configure. We do not collect, store, or transmit any personal data or information from your device to any external servers other than the Discord webhook that you have explicitly provided.
Local Data Storage:
The Extension uses Chrome’s storage APIs (specifically chrome.storage.sync
) to store your settings locally on your browser. This includes the webhook URL, profile name, and any preferences you configure. These settings remain on your device and are not transmitted to any third party.
No Personal Data Collection:
We do not collect or track any personal information such as your browsing history, cookies, or any other identifying details. All data processed is related only to the sharing function you initiate.
The Extension requests several permissions to provide its functionality. Below are the explanations for each permission:
activeTab:
This permission allows the Extension to access the current active tab so that it can capture the URL or image data when you initiate a share action. This is essential for sharing content seamlessly.
clipboardRead & clipboardWrite:
These permissions enable you to paste content (links or images) from your clipboard into the Extension and allow the Extension to copy information (like confirmation messages) if needed. They are used solely for enhancing your sharing experience.
contextMenus:
This permission is necessary to add options to the right-click menu (context menu) in your browser. It enables you to quickly share links or images to Discord without navigating away from your current page.
notifications:
Notifications are used to provide you with real-time feedback on the status of your share actions (for example, confirming that a link or image has been successfully sent or notifying you of an error).
remote code use:
The Extension uses this capability to execute code that formats and sends your shared content to your specified Discord webhook URL via secure HTTP requests. All remote operations are performed with your consent.
storage:
This permission is required to save your configuration settings locally. It ensures that your settings, such as your Discord webhook URL and preferences, are retained between sessions.
User-Initiated Sharing:
When you use the Extension to share a link, image, file, or clipboard content, the data is formatted into a payload and sent directly to the Discord webhook URL you have configured. The Extension does not modify or store this data beyond the sharing action.
No Server-Side Storage:
The Extension does not upload or save any of your shared content to any of our servers. All operations occur locally on your device and are directly transmitted to Discord.
Web Requests:
The Extension uses the fetch
API to send data to the Discord webhook. This remote communication is solely for the purpose of delivering your shared content to the Discord channel you specify.