Integrating ChatGPT into your browser deeply, everything you need is here
Deep ChatGPT integrations in your browser, completely for free.
English | Indonesia | 简体中文 | 日本語 | Türkçe
Guide | Preview | Development&Contributing | Video Demonstration | Credit
This extension does not collect your data. You can verify it by conducting a global search for fetch(
and XMLHttpRequest(
in the code to find all network request calls. The amount of code is not much, so it’s easy to do that.
This tool will not transmit any data to ChatGPT unless you explicitly ask it to. By default, the extension must be activated manually. It will only send a request to ChatGPT if you specifically click “Ask ChatGPT” or trigger the selection floating tools — and this is applicable only when you’re using GPT API modes. (issue #407)
You can use projects like https://github.com/BerriAI/litellm / https://github.com/songquanpeng/one-api to convert LLM APIs into OpenAI format and use them in conjunction with ChatGPTBox’s Custom Model
mode
You can also use Ollama / https://openrouter.ai/docs#models with ChatGPTBox’s Custom Model
mode
Search Engine Integration, Floating Windows, Conversation Branches
Integration with Commonly Used Websites, Selection Tools
Independent Conversation Page
Git Analysis, Right Click Menu
Video Summary
Mobile Support
Settings
This project is based on one of my other repositories, josStorer/chatGPT-search-engine-extension
josStorer/chatGPT-search-engine-extension is forked
from wong2/chat-gpt-google-extension (I learned a lot from that)
and detached since 14 December of 2022
wong2/chat-gpt-google-extension is inspired
by ZohaibAhmed/ChatGPT-Google (upstream-c54528b)