Tweet Improver
Polish drafts before posting on X.
ai
PlugThis prompt
Build a Chrome extension called "Tweet Improver" that injects an "Improve" button into the X (twitter.com) compose box. Clicking sends the current draft text to OpenAI with a prompt to rewrite as a punchier, more engaging tweet under 280 characters while preserving the user's voice. Show 3 variations in a popover; click one to replace the draft. Options for tone (witty, insightful, casual), user OpenAI key. Permissions: storage, activeTab. Host permissions: https://x.com/*, https://twitter.com/*, https://api.openai.com/*. Manifest V3 with content script.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.