https://user-images.githubusercontent.com/3750161/214155508-5c1ad4d8-b565-4fe0-9ce7-e68aed11e73d.mp4
This Github repository will stop receiving updates after 06/30/2023, as we are incorporating numerous new functionalities that require user credentials and server-side logic. These additions are aimed at furthering our mission to assist users in maximizing their utilization of ChatGPT.
ℹ️ Don't forget to disable the extension installed from the Web Store while you're testing manually installed version.
chrome://extensions
in Chrome / edge://extensions
in Microsoft Edge.Load unpacked
and select the unzipped folder.Go to ChatGPT and enjoy!
Download prebuilt firefox zip file from here.
about:debugging#/runtime/this-firefox
.Click Load Temporary Add-on
button, then select the zip file you re-zipped.
about:config
and set xpinstall.signatures.required
to false
.about:addons
Install Add-on From File
.git clone https://github.com/qunash/chatgpt-advanced.git
npm install
npm run build-prod
build/
folderaccess to all websites
permission?The extension requires access to all websites because there is no backend server to process web requests, and everything happens locally in the browser. There are two modes: web searching, and extracting webpage text from URLs. Web searching requires access to the search engine, while URL text extraction requires access to any website. This is why the access to all websites
permission is required.
Some other ChatGPT extensions are known to interfere with WebChatGPT. If you are experiencing issues with the toolbar not showing up, please try disabling any other ChatGPT extensions that you have installed and reloading the page. If you continue to experience issues, feel free to reach out to us on our Discord server for assistance.
No, the extension does not collect any user data or analytics.