This repository was archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We edited the API request method to allow user get realtime response for ChatGPT API to avoid any delay
- Loading branch information
1 parent
9ad44ae
commit b21d170
Showing
29 changed files
with
74 additions
and
69 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
{ | ||
"title": "🎊Congrats, Your ZChatGPT is now UpToDate!🥳", | ||
"version": "<span class='is-size-6'>1st Jun</span> <span class='is-size-5'>Version</span> 1.3.2", | ||
"title": "Finally, Realtime response!🥳", | ||
"version": "<span class='is-size-6'>1st July</span> <span class='is-size-5'>Version</span> 1.4.0", | ||
"note": "Every Month There Is A Major Update", | ||
"newNote": "See What Is New:👇", | ||
"features": [ | ||
"Settings popup. click settings the above button to see it!⚙️", | ||
"Dark mode. Enable it from settigns Popup🌚", | ||
"Export your chats using the Download button📥", | ||
"New welcoming message.✉️", | ||
"Fix Donation Notification.🔧" | ||
"We finally added realtime ChatGPT response without any delay!" | ||
], | ||
"contact": "For problems and sugessions contact us on <span class='has-text-success'>[email protected]</span>", | ||
"buttonMsg": "Light Mode is Bad, Welcome Export" | ||
"buttonMsg": "Try Realtime Responses" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"manifest_version": 3, | ||
"manifest_version": 2, | ||
"name": "ZChatGPT", | ||
"description": "A simple extension to allow browser users to use ChatGPT in any tab without the need to open ChatGPT or having an account.", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"icons":{ | ||
"16": "/assets/logo/icon16.png", | ||
"48": "/assets/logo/icon48.png", | ||
"128": "/assets/logo/icon128.png" | ||
}, | ||
"action": { | ||
"browser_action": { | ||
"default_popup": "popup.html" | ||
} | ||
} |