We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
'chatgpt.com'
allowedHosts
1 parent 0fbf72b commit caf9f7dCopy full SHA for caf9f7d
starters/chrome/extension/background.js
@@ -1,4 +1,4 @@
1
-const allowedHosts = ['chat.openai.com'];
+const allowedHosts = ['chatgpt.com', 'chat.openai.com'];
2
3
// Add install/update actions
4
chrome.runtime.onInstalled.addListener((details) => {
0 commit comments