nhaouari / chatgpt-advanced

A browser extension that augments your ChatGPT prompts with web results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebChatGPT

Discord Twitter Follow

This browser extension adds web access capability to ChatGPT. Get much more relevant and up-to-date answers from the chatbot!

image


Chrome Firefox

Chrome Web Store
Mozilla Add-on


demo.mp4

Manual installation

Chrome, Microsoft Edge, etc.

  1. Download prebuilt chrome zip file from here.
  2. Unzip the file.
  3. Open chrome://extensions in Chrome / edge://extensions in Microsoft Edge.
  4. Enable developer mode (top right corner).
  5. Click on Load unpacked and select the unzipped folder.
  6. Go to ChatGPT and enjoy!

Firefox

  1. Download prebuilt firefox zip file from here.
  2. Unzip the file.
  3. Rename manifest.v2.json to manifest.json.
  4. Re-zip the folder.

Temporary installation, in official Release or Beta

  1. Go to about:debugging#/runtime/this-firefox.
  2. Click Load Temporary Add-on button, then select the zip file you re-zipped.

Persistent installation, in Nightly or Developer Edition

  1. Open Firefox, go to about:config and set xpinstall.signatures.required to false.
  2. Go to about:addons
  3. Click on the gear icon in the top right corner of the Add-ons page and select Install Add-on From File.
  4. Select the zip file and click open.
  5. Firefox will prompt you to confirm the installation of the addon. Click Install.
  6. The addon will be installed and will appear in the list of installed addons on the Add-ons page.
  7. Go to ChatGPT and enjoy!

Build from source

  1. git clone https://github.com/qunash/chatgpt-advanced.git
  2. npm install
  3. npm run build-prod
  4. Grab your zip extension from build/ folder

Contributing

Contributions are welcome! Please submit pull requests to the dev branch.




Like this free project? Please consider supporting me to keep it running.

Buy Me A Coffee

visitors Discord Twitter Follow

About

A browser extension that augments your ChatGPT prompts with web results.

License:MIT License


Languages

Language:TypeScript 90.0%Language:JavaScript 8.4%Language:HTML 1.5%Language:CSS 0.1%