Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Refined Github | 21,744 | 20 hours ago | 129 | mit | TypeScript | |||||
:octocat: Browser extension that simplifies the GitHub interface and adds useful features | ||||||||||
Openai Translator | 18,436 | 2 days ago | 269 | agpl-3.0 | TypeScript | |||||
基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API. | ||||||||||
Chatgpt Google Extension | 13,272 | 8 days ago | 94 | gpl-3.0 | TypeScript | |||||
This project is deprecated. Check my new project ChatHub: | ||||||||||
Chatgptbox | 8,760 | 4 days ago | 173 | mit | JavaScript | |||||
Integrating ChatGPT into your browser deeply, everything you need is here | ||||||||||
Automa | 8,166 | a day ago | 26 | other | Vue | |||||
A browser extension for automating your browser by connecting blocks | ||||||||||
Chathub | 8,141 | 8 days ago | 189 | gpl-3.0 | TypeScript | |||||
All-in-one chatbot client | ||||||||||
Plasmo | 6,708 | 7 | 19 days ago | 328 | July 24, 2023 | 94 | mit | TypeScript | ||
🧩 The Browser Extension Framework | ||||||||||
Buster | 6,084 | 2 months ago | 23 | gpl-3.0 | JavaScript | |||||
Captcha solver extension for humans, available for Chrome, Edge and Firefox | ||||||||||
Chatgpt Advanced | 5,938 | 2 months ago | 75 | mit | TypeScript | |||||
WebChatGPT: A browser extension that augments your ChatGPT prompts with web results. | ||||||||||
Medium Unlimited | 5,044 | a year ago | 80 | gpl-3.0 | JavaScript | |||||
A browser extension to read medium.com articles for free without membership. |
Deep ChatGPT integrations in your browser, completely for free.
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 set a free reverse proxy in the Advanced setting to bypass cloudflare: transitive-bullshit/chatgpt-api
Offline/Self-hosted model (RWKV, llama.cpp, ChatGLM) is now supported, See josStorer/selfhostedAI
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)