Please watch this video and then use the step-by-step guide below to follow along.
- Paste or type the following into a new browser tab: chrome://serviceworker-internals/
- Look for nbphjjmibhopfgkkbpoggemjnihnchhk on this page or search for by using CTRL + F on your keyboard to open the page search function. Once you've located this record you can proceed to Step 3.
- Click "Inspect" under the nbphjjmibhopfgkkbpoggemjnihnchhk record you located in the previous step
- This will open a new browser window which should, by default, be opened to the console tab. If for some reason it's not then just simply locate the console tab at the top and click on it.
- You will now need to most likely allow pasting into the console unless you prefer manually typing out the two commands in the next step. If you would prefer to paste then you'll just need to enable that so type allow pasting and then press the enter key on your keyboard.
- Now we want to run these two commands:
- Paste or manually type await chrome.storage.local.remove("spekit_sidebar_window") and then press the enter key on your keyboard
- Paste or manually type await chrome.storage.local.remove("spekit_sidebar_popup") and then press the enter key on your keyboard
- You may now close this browser window and go back to your normal browser window. On any website that you use Spekit with, refresh the page and then check to see if your extension issue is resolved.
If you need help running these commands or are still having issues with your extension after following this process then please feel free to reach out to support@spekit.co so we can assist you.