Skip to content

jaigouk/chatgpt-advanced

 
 

Repository files navigation

changes compare to the original repo

  • adjusted src/content-scripts/api.ts
  • added proxy.js so that you don't need to call remote server. no need to worry about privacy.

How to install

To install a Chrome extension from a zip file, you can follow these steps:

  1. git clone https://github.com/jaigouk/chatgpt-advanced.git
  2. cd chatgpt-advanced
  3. yarn or npm install
  4. yarn build-prod-min or npm run build-prod-min
  5. cp build/webgpt-2.0.7-chrome.zip ~/Downloads/
  6. Extract the contents of the zip file to a local directory on your computer.
  7. Open the Chrome browser and navigate to the "Extensions" page by entering chrome://extensions in the address bar.
  8. Make sure that the Developer mode toggle in the top-right corner of the page is switched on.
  9. Click the Load unpacked button in the top-left corner of the page.
  10. In the file explorer window that opens, navigate to the directory where you extracted the contents of the zip file and select it.
  11. Click the Select Folder button to install the extension.
  12. After completing these steps, the extension should be installed in your Chrome browser and you should be able to see it in the Extensions page.
  13. npm install pm2 -g && pm2 start proxy.js to start the proxy server

Note that if the extension was downloaded from an untrusted source, Chrome may display a warning message before allowing you to install the extension. Make sure to only install extensions from trusted sources to avoid any security risks.


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.

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.6%
  • JavaScript 10.0%
  • HTML 1.3%
  • CSS 0.1%