A Chrome extension for capturing tweets from X (Twitter) with custom styles.
- Multi-select - Select multiple tweets at once
- Custom CSS - Hide unwanted elements (Grok button, etc.)
- Time formatting - Convert relative time to absolute format
- Download or copy - Save as PNG or copy to clipboard
Coming soon.
- Clone this repository
- Install dependencies:
pnpm install - Build:
pnpm build - Open
chrome://extensions/in Chrome - Enable "Developer mode"
- Click "Load unpacked" and select the
.output/chrome-mv3folder
- Open X (twitter.com)
- Click the extension icon
- (Optional) Configure custom CSS or time formatting
- Click "Start"
- Hover over tweets - blue overlay indicates selectable
- Click to select - green overlay indicates selected
- Click "Done" on the last selected tweet
- Download or copy the screenshot
# Install dependencies
pnpm install
# Development mode with HMR
pnpm dev
# Run tests
pnpm test
# Build for production
pnpm build- WXT - Modern Chrome extension framework
- Tailwind CSS + DaisyUI - Styling
- Vitest - Testing
- Chrome
captureVisibleTabAPI - Screenshot capture
MIT
