A free browser extension that automatically translates tweets to your language and your replies to the original tweet's language. Break language barriers on Twitter/X!
- All tweets are automatically translated to your chosen language
- Smart language detection using scoring system
- Click the 🌐 icon to toggle between original and translated text
- Supports 11 languages including non-Latin scripts
- Write your reply in your native language
- Wait 3 seconds after you stop typing
- Your text is automatically translated to match the tweet's language
- Edit if needed, then click "Reply" to send
- Better language detection: Uses scoring system instead of first-match (fixes Italian/English confusion)
- More time to type: 3 seconds delay instead of 1.5 seconds
- No more partial translations: Checks if you're still typing before translating
- Smarter target detection: Translates to the main tweet's language, not random replies
- Editable after translation: You can now edit the translated text without issues
- English
- Spanish
- French
- German
- Portuguese
- Italian
- Japanese
- Chinese
- Korean
- Arabic
- Russian
- Download or clone this repository
- Go to
chrome://extensions/(oredge://extensions/) - Enable "Developer mode" (top right corner)
- Click "Load unpacked"
- Select the extension folder
- Sign up at platform.deepseek.com
- Create an API key (free tier available)
- Click the extension icon in your browser
- Select your language and paste your API key
- Click "Save Settings"
- Language Detection: Analyzes text patterns and common words with a scoring system
- AI Translation: Uses DeepSeek API for high-quality, context-aware translations
- Smart Cache: Stores translations locally to minimize API calls
- DOM Observer: Automatically detects new tweets as you scroll
- Auto-translate: Translates your replies after 3 seconds of inactivity
- Your API key is stored locally in your browser only
- Tweet text is sent to DeepSeek API for translation (required for the extension to work)
- No analytics, tracking, or data collection
- Open source - inspect the code yourself!
MIT - Free to use, modify, and distribute.
Made with Claude (Anthropic) + a human from Spain