✨ Fully vibe coded - Built with pure vibes and AI assistance
A Chrome extension that adds AI-powered features to LinkedIn for enhanced productivity.
Generate contextual LinkedIn comments with different tones:
- 💼 Professional - Formal and business-appropriate
- 🎉 Enthusiastic - Energetic and positive
- 🤔 Thoughtful - Reflective and insightful
- 💪 Supportive - Encouraging and friendly
- 😊 Casual - Relaxed and conversational
The extension adds a tone selector button to each LinkedIn post, allowing you to instantly generate relevant comments using OpenAI's GPT-4o-mini model.
Organize LinkedIn content creators into custom lists:
- Create multiple lists to categorize creators
- Add creators directly from their posts
- View all posts from creators in a list with one click
- Manage your lists through the extension popup or floating panel
- Quick access via floating button on LinkedIn feed
- Automatically integrates with LinkedIn's interface
- Floating action buttons for easy access
- Non-intrusive UI that matches LinkedIn's design
- Real-time notifications for actions
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the
linkedin-boost
directory
- Click the LinkedIn Boost extension icon in your browser toolbar
- Enter your OpenAI API key in the popup
- Click "Save API Key"
- Visit platform.openai.com
- Sign up or log in
- Navigate to API Keys section
- Create a new API key
- Copy and paste it into the extension
- Navigate to any LinkedIn feed
- Hover over a post to see the tone selector button (💬 icon with dropdown arrow)
- Click the button and choose your desired tone
- The AI will generate a comment and insert it into the comment box
- Review and post the comment
- Click the extension icon
- Enter a list name in the "Creator Lists" section
- Click "Create"
- On LinkedIn, find a post from a creator you want to save
- Click the "Save to List" button (💾 icon) on the post
- Select the list you want to add them to
- From Extension Popup: Click the 👁 icon next to a list
- From Floating Panel: Click the floating lists button (📋 icon) on LinkedIn, then click 👁 on any list
- This opens a filtered LinkedIn search showing only posts from creators in that list, sorted by date
- Click on a list in the popup to view all creators
- Remove creators by clicking the ✕ button
- Delete entire lists with the 🗑 button
linkedin-boost/
├── manifest.json # Extension configuration
├── popup.html # Extension popup interface
├── popup.js # Popup functionality & list management
├── content.js # Main content script (comment generation, UI injection)
├── lists-manager.js # Creator lists data management
├── styles.css # Custom styling for LinkedIn integration
└── icons/ # Extension icons (16x16, 48x48, 128x128)
The extension requires the following permissions:
activeTab
- To interact with the current LinkedIn tabstorage
- To save your API key and creator lists locallyhttps://www.linkedin.com/*
- To run on LinkedIn pages only
- Your OpenAI API key is stored locally in your browser using Chrome's storage API
- Creator lists are stored locally on your device
- No data is sent to third parties except OpenAI API calls for comment generation
- The extension only works on LinkedIn.com
- Manifest Version: 3
- AI Model: GPT-4o-mini (via OpenAI API)
- Comment Language: Generated in the original language of the post
- Comment Length: Maximum 20 words for concise, authentic responses
- Verify your OpenAI API key is correctly saved
- Check that you have API credits available
- Ensure you have a stable internet connection
- The extension extracts creator information from post metadata
- Some post types may not be compatible
- Try refreshing the LinkedIn page
- Check that you've created at least one list in the popup
- The floating panel updates automatically when lists change
To modify the extension:
- Make changes to the source files
- Go to
chrome://extensions/
- Click the reload icon on the LinkedIn Boost extension card
This project is open source and available for personal and educational use.
For issues, feature requests, or questions, please open an issue in the repository.
Note: This extension uses the OpenAI API which requires an API key and may incur costs based on usage. Please review OpenAI's pricing at openai.com/pricing.