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!
way to make moves asap!
Very good 👏
ChatGPT will become paid in the future, are you planning on making the extension paid too?
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.
Wow, nice work. Does ChatGPT have an API?
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.
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 ?
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?