9
8 Comments

I made a Chrome extension that adds ChatGPT to every website

This weekend I made an extension that adds ChatGPT functionality to every website. Right click in any text area, click "Ask ChatGPT", and it responds in the same text area.

It also has a plugin system to extend the functionality of ChatGPT. Wish ChatGPT could create images? Well now it can 😉

Code and instructions: https://github.com/gragland/chatgpt-everywhere

Hope you find it useful!

on December 5, 2022
  1. 2

    way to make moves asap!

  2. 2

    Very good 👏

  3. 2

    ChatGPT will become paid in the future, are you planning on making the extension paid too?

    1. 3

      No plans to productize this, so I'd probably just allow people can login with their own ChatGPT accounts and use their own credits, even if that adds some friction.

  4. 2

    Wow, nice work. Does ChatGPT have an API?

    1. 1

      Thanks! It uses headless Chrome to allow you to login to ChatGPT and then communicates through the Chrome session. Will remove the need for that once they have an official API.

  5. 1

    This is new Chrome extension that i am seeing here , I have made a list of complete ChatGPT Google Chrome Extension here : https://chatgptconnect.com/chatgpt-chrome-extensions/
    Can i add your extension in this list ?

  6. 1

    It says Error: Make sure you're running the server by following the instructions on https://github.com/gragland/chatgpt-chrome-extension. Also make sure you don't have an adblocker preventing requests to localhost:3000. I'm pretty sure that I have followed the right instructions and I also don't have any adblocker. Any way to fix this?