Maximize your networking on LinkedIn and X/Twitter with authentic, context-aware comment suggestions tailored to your own personal writing style.
NetworkMaxx is a modern, privacy-focused Chrome Extension that helps you build high-impact relationships on professional networks. By harnessing local LLM prompts via the Google Gemini API, it analyzes social posts and generates 3 distinct comment suggestions in your authentic writing voice.
Unlike generic bots, NetworkMaxx matches your unique writing style by scraping your past comments and extracting stylistic tokens. It features a custom, responsive claymorphic user interface built strictly with pure CSS/JS variables.
- 👤 Writing Style Sync: Scrapes and analyzes your own past comments directly from LinkedIn to build a unique style profile.
- 🎯 Humility & Tone Level Selector:
1. Direct & Concise: Short, actionable, and straight to the point.2. Humble Expert(Recommended): Insightful, polite, and deeply value-additive.3. Witty Builder: High personality, engaging, and creative.
- 🧠 Context-Aware Suggestions: Generates multi-variant responses (short reflections, questions, or healthy debates) based on the target post's contents.
- 💼 Job Hunting Mode: Specialized tones to stand out to recruiters and hiring managers.
- ⚡ Master Generate: Scrapes your active feed page, generating personalized comment suggestions for multiple posts concurrently.
- 🤝 Easy Connect: Creates context-appropriate, non-generic invitation notes for LinkedIn connection requests based on target profiles.
- 🛡️ Privacy First: Your Gemini API Key is stored only locally inside your browser (
chrome.storage.sync) and is never sent to a third-party server.
- Clone the Repository:
git clone https://github.com/eskayml/networkmaxx.git cd networkmaxx - Load into Google Chrome:
- Navigate to
chrome://extensions/. - Toggle Developer mode (top-right corner).
- Click Load unpacked (top-left corner).
- Select the
networkmaxxfolder.
- Navigate to
- Configure API Access:
- Get a free API Key from Google AI Studio.
- Click the NetworkMaxx extension icon in your toolbar.
- Paste your key and choose your preferred Gemini model (
Gemini 3.5 Flashis recommended).
Before committing or preparing a release, execute a syntax sanity check on files:
node --check background.js
node --check content_linkedin.js
node --check content_x.jsUse the packaged shell script to output a standard Chrome ZIP:
# Windows (Git Bash) or macOS/Linux
./release.shThis automatically reads the version in manifest.json and creates a package named:
YYYYMMDD-HHMMSS-butterfly-<version>.zip containing all essential assets.
Distributed under the MIT License. See LICENSE for more information.