A Chrome extension that automatically monitors Discord channels for links matching a regular expression, opens them in your browser, and optionally sends webhook notifications.
- Monitor a specific Discord channel for new messages containing links
- Filter links using a configurable regular expression
- Automatically open matching links (with configurable delay)
- Send Discord webhook notifications when a link is detected
- Text-to-speech alert on link open
- Side panel UI for easy configuration
- Settings persisted in Chrome storage
Warning
The extension might not work with some Discord languages. Tested with en, fr and es.
- Install the extension (see Installation)
- Open Discord and navigate to any server page
- Click the extension icon to open the side panel
- Configure settings:
- Channel URL: the Discord channel URL to monitor
- Regex filter: regular expression to match links (optional)
- Delay: delay in milliseconds before opening a link
- Open / Notify: toggle auto-open and webhook notifications
- Webhook URL: a Discord webhook URL for notifications
- Click the play button to start monitoring
| Open | Notify | Opens link | Webhook sent | Observes again | Delay applies to |
|---|---|---|---|---|---|
| ON | ON | Yes | Yes | No | Link opened after delay, webhook sent instantly |
| ON | OFF | Yes | No | No | Link opened after delay |
| OFF | ON | No | Yes | Yes | Re-observe after delay, webhook sent instantly |
- Download the latest
.zipfrom the Releases page - Unzip the downloaded file
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (top right)
- Click Load unpacked and select the unzipped folder
Open an issue or pull request to suggest features, report bugs, or contribute code.
