chatgpt-search-suggestions-extension
chatgpt-search-suggestions-extension copied to clipboard
Service worker registration failed. Status code: 2
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://*/" ] }
can you check your version of chrome by visiting chrome://version ?