This browser extension adds web access
capability to ChatGPT. Get much more relevant and up-to-date answers from the chatbot!
demo.mp4
ℹ️ 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
DuckDuckGo.
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 using DDG, and extracting webpage text from URLs. Web searching requires access to DuckDuckGo, 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.
The extension currently only supports web searching using the DuckDuckGo search engine. However, you can use DuckDuckGo bangs to get search results from thousands of other websites. For example, !pm
to search on PubMed, !gsc
– on Google Scholar, etc. You can find the full list of available bangs on the DuckDuckGo website. Simply type the bang followed by your search query to perform the search on the corresponding website.
No, the extension does not collect any user data or analytics.
Contributions are welcome! Please submit pull requests to the dev
branch.
Like this free project? Please consider supporting me to keep it running.