Skip to content

inspiretelapps/ChatMultiAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatMultiAI

Send prompts to multiple AI assistants at once

Install (Manual, from GitHub)

  1. Download the latest release ZIP from GitHub Releases: https://github.com/inspiretelapps/ChatMultiAI/releases
  2. Unzip the file.
  3. Open chrome://extensions.
  4. Enable Developer mode and click Load unpacked.
  5. Select the unzipped folder.

Release ZIP name: The asset is published as ChatMultiAI-extension.zip in each GitHub Release.

Release Checklist (ZIP)

  1. Run scripts/release-zip.sh to build and package the ZIP.
  2. Publish a GitHub Release and upload ChatMultiAI-extension.zip.

Recent Changes

Fork Updates (inspiretelapps)

  • Fixed Grok integration: Implemented a main-world script approach to properly handle Grok's React-based input. Uses contenteditable element detection and clipboard paste simulation for reliable prompt filling.
  • Removed model chooser: Simplified the interface by removing the model selection dropdown - the extension now works with the default model on each AI platform.
  • Updated chat window styling: Changed the background of the chat window for a cleaner look.
  • Removed DeepSeek support: Focused on the four main AI providers (ChatGPT, Claude, Gemini, Grok).

Supported AI Providers

  • ChatGPT
  • Claude
  • Gemini
  • Grok

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.5%
  • CSS 2.1%
  • Shell 1.5%
  • JavaScript 0.9%