A Chrome extension that lets you preview full Instagram DM messages by hovering over truncated message previews in the inbox sidebar — without opening the conversation or triggering read receipts.
Instagram truncates message previews in the DM sidebar using CSS line clamping. The full text is in the DOM but hidden. This extension detects those truncated spans and shows the complete message in a tooltip on hover.
- Clone or download this repository
- Open Chrome and go to
chrome://extensions - Enable Developer mode (top right toggle)
- Click Load unpacked and select this folder
- Go to instagram.com
- Click on the extension icon in the toolbar
- Click "This can read and change site data"
- Select "When you click the extension"
- Reload the page
- Open your DMs and hover over any truncated message preview
manifest.json— Extension manifest (Manifest V3)content.js— Detects message preview spans and shows tooltip on hovercontent.css— Tooltip styling
After editing any file, go to chrome://extensions and click the reload button on the extension, then refresh the Instagram tab.