- Smart Reply Generation: Automatically generates contextual replies to tweets
- Multiple Mood Options: Choose from Auto, Savage, Supportive, Funny, Professional, or Casual tones
- Brainrot Intensity Control: Adjust the creativity level of generated replies (0-100)
- Tweet Filtering: Only shows reply buttons on tweets with substantial engagement (100k+ views)
- Secure API Key Storage: Uses Chrome's secure storage instead of localStorage
- Clean UI Integration: Seamlessly integrates with Twitter's interface
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension folder
- Get your Hugging Face API key from Hugging Face
- Click the extension icon and enter your API key
- Navigate to Twitter/X
- Look for the "🐉 Generate Reply" button on tweets with high engagement
- Click the button to generate an AI reply
- Adjust mood and brainrot intensity as needed
- Copy the generated reply to use in your response
- Manifest V3 Chrome Extension
- Hugging Face Inference API for AI text generation
- AI Model: Qwen/Qwen2.5-72B-Instruct (Alibaba's advanced language model)
- Modern JavaScript with ES6+ features
- Secure Storage using Chrome's storage API
- AI Model: Qwen/Qwen2.5-72B-Instruct (Alibaba Cloud's 72B parameter model)
- Minimum Views: 100,000 (configurable)
- API Timeout: 30 seconds
- Retry Logic: Up to 3 attempts
- API keys are stored securely using Chrome's storage API
- No user data is collected or transmitted
- All processing happens locally except for AI generation requests to Hugging Face
Made with ❤️ By Kedar Sathe
