chatgpt-search-suggestions-extension icon indicating copy to clipboard operation
chatgpt-search-suggestions-extension copied to clipboard

Service worker registration failed. Status code: 2

Open py-abdo opened this issue 2 years ago • 1 comments
trafficstars

{ "manifest_version": 3, "name": "ChatGPT Search Suggestions", "description": "Get google search suggestions in ChatGPT", "version": "1.0.0", "author": "Yuvraj Seegolam", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https://chat.openai.com/chat" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "host_permissions": [ "https://*/" ] }

py-abdo avatar Jan 12 '23 10:01 py-abdo

can you check your version of chrome by visiting chrome://version ?

yuvraj108c avatar Jan 31 '23 10:01 yuvraj108c