ChatGPTBox
Deep ChatGPT integrations in your browser, completely for free.
[![license][license-image]][license-url] [![release][release-image]][release-url] ![size][release-url] [![verify][verify-image]][verify-url] [![coverage][coverage-image]][coverage-url]
English | Indonesia | 简体中文 | 日本語 | Türkçe
Install
[![Chrome][Chrome-image]][Chrome-url] [![Edge][Edge-image]][Edge-url] [![Firefox][Firefox-image]][Firefox-url] [![Safari][Safari-image]][Safari-url] [![Android][Android-image]][Android-url] [![GitHub][Github-image]][Github-url]
Guide | Preview | [Development & Contributing][dev-url] | Video Demonstration | Credits
[dev-url]: https://github.com/ChatGPTBox-dev/chatGPTBox/wiki/Development&Contributing
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/ChatGPTBox-dev/chatGPTBox/blob/master/LICENSE
[release-image]: https://img.shields.io/github/release/ChatGPTBox-dev/chatGPTBox.svg
[release-url]: https://github.com/ChatGPTBox-dev/chatGPTBox/releases/latest
[verify-image]: https://github.com/ChatGPTBox-dev/chatGPTBox/workflows/verify-configs/badge.svg
[verify-url]: https://github.com/ChatGPTBox-dev/chatGPTBox/actions/workflows/verify-configs.yml
[coverage-image]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/ChatGPTBox-dev/chatGPTBox/master/badges/coverage.json
[coverage-url]: https://github.com/ChatGPTBox-dev/chatGPTBox/actions/workflows/pr-tests.yml
[Chrome-image]: https://img.shields.io/badge/-Chrome-brightgreen?logo=google-chrome&logoColor=white
[Chrome-url]: https://chrome.google.com/webstore/detail/chatgptbox/eobbhoofkanlmddnplfhnmkfbnlhpbbo
[Edge-image]: https://img.shields.io/badge/-Edge-blue?logo=microsoft-edge&logoColor=white
[Edge-url]: https://microsoftedge.microsoft.com/addons/detail/fission-chatbox-best/enjmfilpkbbabhgeoadmdpjjpnahkogf
[Firefox-image]: https://img.shields.io/badge/-Firefox-orange?logo=firefox-browser&logoColor=white
[Firefox-url]: https://addons.mozilla.org/firefox/addon/chatgptbox/
[Safari-image]: https://img.shields.io/badge/-Safari-blue?logo=safari&logoColor=white
[Safari-url]: https://github.com/ChatGPTBox-dev/chatGPTBox/wiki/Install#install-to-safarimacos
[Android-image]: https://img.shields.io/badge/-Android-brightgreen?logo=android&logoColor=white
[Android-url]: https://github.com/ChatGPTBox-dev/chatGPTBox/wiki/Install#install-to-android
[Github-image]: https://img.shields.io/badge/-Github-black?logo=github&logoColor=white
[Github-url]: https://github.com/ChatGPTBox-dev/chatGPTBox/wiki/Install
News
- This extension does not collect your data. You can verify it by conducting a global search for
fetch(andXMLHttpRequest(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 prompts or page content to the configured AI service unless an AI-powered feature is triggered. By default, the extension must be activated manually. (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 Modelmode
- You can also use Ollama / https://openrouter.ai/docs#models with ChatGPTBox's
Custom Modelmode
✨ Features
- 🌈 Call up the chat dialog box on any page at any time. (Ctrl+B)
- 📱 Support for mobile devices.
- 📓 Summarize any page with right-click menu. (Alt+B)
- 📖 Independent conversation page. (Ctrl+Shift+H)
- 🔗 Support for multiple APIs (Web API for Free and Plus users, GPT-3.5, GPT-4, Claude, New Bing, Moonshot, Self-Hosted, Azure etc.).
- 📦 Integrations with various commonly used websites (Reddit, Quora, YouTube, GitHub, GitLab, StackOverflow, Zhihu, Bilibili). (Inspired by wimdenherder)
- 🔍 Integration to all mainstream search engines, and custom queries to support additional sites.
- 🧰 Selection tool and right-click menu to perform various tasks, such as translation, summarization, polishing,
- 🗂️ Static cards support floating chat boxes for multi-branch conversations.
- 🖨️ Easily save your complete chat records or copy them partially.
- 🎨 Powerful rendering support, whether for code highlighting or complex mathematical formulas.
- 🌍 Language preference support.
- 📝 Custom API address support.
- ⚙️ All site adaptations and selection tools (bubble) can be freely switched on or off, allowing you to disable modules you don't need.
- 💡 Selection tools and site adaptations are easy to develop and extend. See the [Development & Contributing][dev-url]
- 😉 Chat to improve the answer quality.
Preview
Search Engine Integration, Floating Windows, Conversation Branches
!preview_google_floatingwindow_conversationbranch
Integration with Commonly Used Websites, Selection Tools
!preview_reddit_selectiontools
Independent Conversation Page
Git Analysis, Right Click Menu
!preview_github_rightclickmenu
Video Summary
Mobile Support
Settings
Credits
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)