feat: LinkedIn Helper Chrome Extension MVP#1
Draft
Alakazam03 wants to merge 2 commits into
Draft
Conversation
Co-authored-by: vaibhav aggarwal <vaibhav.045@iiitb.org>
- Manifest V3 extension targeting linkedin.com/feed - Popup UI: settings for OpenRouter API key, model selection, niche/category, topics, tone, personal context - Content script: MutationObserver-based feed scanning, relevance scoring, post highlighting - Background service worker: OpenRouter API integration, daily rate limiting (15/day) - Utils: LinkedIn DOM parser, keyword relevance scorer, LLM prompt builder - Subtle/classy UI: gold accent theme, inline comment overlay with edit + insert - Anti-spam: no auto-posting, specific-reference prompts, daily limits - Updated README with full documentation and AGENTS.md with dev instructions Co-authored-by: vaibhav aggarwal <vaibhav.045@iiitb.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Builds the complete MVP for LinkedIn Helper — a Chrome extension that discovers relevant LinkedIn feed posts and helps craft thoughtful, non-spammy comments via OpenRouter.
What it does
demo_extension_popup_settings.mp4
Extension popup with settings configuration — API key, model, niche, topics, tone, and personal context.
Extension loaded in Chrome
Popup settings filled
Architecture
linkedin.com/feedMutationObserver-based feed scanning, keyword relevance scoring, subtle gold left-border highlight on matching posts, inline "Craft Comment" buttonchrome.storageAnti-spam design
Files added
manifest.jsonsrc/popup/*src/content/*src/background/background.jssrc/utils/*icons/*AGENTS.mdTo show artifacts inline, enable in settings.