git404hub

what is chatgpt-google-extension fr?

wong2/chatgpt-google-extension — explained in plain English

Analysis updated 2026-06-24

13,094TypeScriptAudience · generalComplexity · 2/5Setup · moderate

tl;dr

A browser extension that shows ChatGPT answers alongside Google and nine other search engines on the same page, no longer maintained since February 2023.

vibe map

mindmap
  root((ChatGPT for Google))
    What it does
      AI answers in search
      Side-by-side display
    Supported engines
      Google and Bing
      DuckDuckGo and Brave
      Eight more engines
    Setup
      Chrome and Firefox
      API key or Plus account
    Project status
      Unmaintained 2023
      Author moved to ChatHub

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

See ChatGPT answers next to Google search results without switching tabs or opening a separate window.

VIBE 2

Use your OpenAI API key or ChatGPT Plus account to get AI answers while searching across ten supported search engines.

VIBE 3

Study the TypeScript source code as a reference for building your own browser extension that injects content into search results pages.

what's the stack?

TypeScriptnpm

how it stacks up fr

wong2/chatgpt-google-extensionelement-hq/element-webstenciljs/core
Stars13,09413,09013,088
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatehardmoderate
Complexity2/54/53/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Project unmaintained since February 2023, requires an OpenAI API key or active ChatGPT Plus account to function.

in plain english

ChatGPT for Google was a browser extension that showed ChatGPT responses alongside results from Google and other search engines. When you searched for something, the extension would simultaneously query ChatGPT and display its answer in a panel next to the regular search results, so you could see the AI response without switching tabs or opening a separate tool. The extension worked with ten search engines beyond just Google, including Bing, DuckDuckGo, Baidu, Yahoo, Brave, Naver, Yandex, Kagi, and Searx. It supported both the official OpenAI API and ChatGPT Plus accounts. Responses were rendered with proper text formatting and code highlighting. Other options included dark mode, a copy-to-clipboard button, a custom trigger mode to control when ChatGPT would respond, and the ability to switch display language. Installations were available through both the Chrome Web Store and the Mozilla Add-on Store. For Brave browser users, there was a known quirk: a fingerprinting-protection setting needed to be disabled in Brave's shield settings for the extension to function. Opera users needed to explicitly enable search page access in the extension management page. The project is no longer active. As of February 2023, it was acquired and the repository has not been updated since. The original author moved on to a separate project called ChatHub. The source is written in TypeScript, built with npm, and produces separate output folders for Chromium-based browsers and Firefox.

prompts (copy fr)

prompt 1
How do I build chatgpt-google-extension from TypeScript source using npm and load it as an unpacked extension in Chrome?
prompt 2
Explain how chatgpt-google-extension injects its response panel into the Google search results page, which files handle the DOM injection?
prompt 3
What changes would I make to chatgpt-google-extension to replace the OpenAI API call with a different AI provider?
prompt 4
How do I package the chatgpt-google-extension for Firefox as a separate build output from the Chromium version?

Frequently asked questions

what is chatgpt-google-extension fr?

A browser extension that shows ChatGPT answers alongside Google and nine other search engines on the same page, no longer maintained since February 2023.

What language is chatgpt-google-extension written in?

Mainly TypeScript. The stack also includes TypeScript, npm.

How hard is chatgpt-google-extension to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is chatgpt-google-extension for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.