A Chrome extension that enables sending disappearing photos on Telegram Web (web.telegram.org/a).
- Send self-destructing photos with customizable TTL (time-to-live)
- Seamless integration with Telegram Web
- Simple popup interface for easy use
- Clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the
extensionfolder
- Open Telegram Web (web.telegram.org/a)
- Open a chat conversation
- Click the extension icon
- Set the TTL (how many seconds after viewing the photo will disappear)
- Click "Pick & Send" to select and send a photo
extension/
├── background.js - Background service worker
├── content.js - Content script injected into Telegram pages
├── injected.js - Script that interacts with Telegram internals
├── manifest.json - Extension configuration
├── popup.html - Extension popup UI
└── popup.js - Popup logic
icons/ - Extension icons
MIT