Skip to content

Latest commit

 

History

History
225 lines (126 loc) · 9.25 KB

File metadata and controls

225 lines (126 loc) · 9.25 KB

ChatGPT Box

Deep ChatGPT integrations in your browser, completely for free.

license release size verfiy

English   |   Indonesia   |   简体中文   |   日本語   |   Türkçe

Install

Chrome Edge Firefox Safari Android Github

Guide   |   Preview   |   Development&Contributing   |   Video Demonstration   |   Credit

News

  • 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

✨ 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)
  • 🔗 Multiple API support (Web API for Free and Plus users, GPT-3.5, GPT-4, Claude, New Bing, Moonshot, Self-Hosted, Azure etc.).
  • 📦 Integration for 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, sentiment analysis, paragraph division, code explain and queries.
  • 🗂️ 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, disable modules you don't need.
  • 💡 Selection tools and site adaptation are easy to develop and extend, see the Development&Contributing section.
  • 😉 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

preview_independentpanel

Git Analysis, Right Click Menu

preview_github_rightclickmenu

Video Summary

preview_youtube

Mobile Support

image

Settings

preview_settings

Frequently Asked Questions (FAQ)

This FAQ summarizes common issues encountered by chatGPTbox users and provides suggested solutions based on discussions in the GitHub Issues section.

If you still haven't found what you're looking for, please submit an Issue.

Cannot login to ChatGPT.com with this extension active using Brave web browser

encounter 'something went wrong' with ChatGPTBox extension enabled

Possible causes:

  • The extension modifies some network requests or page content, which may interfere with the ChatGPT.com login flow.

  • Brave browser’s built-in privacy protections( shields, blocking scripts or cookies ) may conflict with the extension.

Solution:

  1. disable the extension

  2. Log in

  3. Re-enable it

not officially fixed yet

Google Gemini not working

Sometimes working not officially fixed yet

Possible causes:

  • Google Gemini’s web interface/API may have changed or is unstable.

  • The ChatGPTBox extension’s current integration with Gemini is incomplete or experimental.

  • Authentication or session handling is inconsistent.

  • Gemini may block access depending on region or account type.

Possible solutions:

  • Try refreshing the page or restarting the browser.

  • Try logging out of Google and logging in again.

  • Check if there is an updated version of the extension — newer versions may fix compatibility issues.

Bilibili not working correctly

Possible causes:

  • Bilibili uses dynamic page loading (SPA) and complex DOM structure, which may interfere with the extension’s side panel injection.

  • The site may block iframe embedding or restrict third-party scripts.

  • Bilibili’s CSS appears to override the Markdown styles used by the extension.

  • Conflicts with bilibili’s own content scripts or other extensions.

  • Extension may not detect the correct text input areas on the site.

Possible solutions:

  • Try enabling floating window mode in ChatGPTBox settings. This works better on sites that block side panels.

  • Test on different pages (e.g. video page vs. homepage vs. comments)

  • Try disabling other extensions that interact with Bilibili.

Credit

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)