English | Indonesia
This browser extension adds web access
capability to ChatGPT. Get much more relevant and up-to-date answers from the chatbot!
demo.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.
- Download the prebuilt chrome zip file from here.
- Unzip the file.
- Open
chrome://extensions
in Chrome /edge://extensions
in Microsoft Edge. - Enable developer mode (top right corner).
- Click on
Load unpacked
and select the unzipped folder. - Go to ChatGPT and enjoy!
- Download prebuilt firefox zip file from here.
- Go to
about:debugging#/runtime/this-firefox
. - Click
Load Temporary Add-on
button, then select the zip file you re-zipped.
- Open Firefox, go to
about:config
and setxpinstall.signatures.required
tofalse
. - Go to
about:addons
- Click on the gear icon in the top right corner of the Add-ons page and select
Install Add-on From File
. - Select the zip file and click open.
- Firefox will prompt you to confirm the installation of the addon. Click Install.
- The addon will be installed and will appear in the list of installed addons on the Add-ons page.
- Go to ChatGPT and enjoy!
git clone https://github.com/qunash/chatgpt-advanced.git
npm install
npm run build-prod
- Grab your zip extension from
build/
folder
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.