Thank you a lot! That worked! Also thank you a lot for making this great extension!
I got the previous error because I used a Chrome extension to download SB as .crx, but it seems the
manifest.json didn't have the
key entry containing the
public key.
In case someone else stumbles upon the same error, here's what I did:
1. Close Chrome
2. Go to
C:\Users\[your_username]\AppData\Local\Google\Chrome\User Data\Default\databases\chrome-extension_edacconmaakjimmfgnblocblbcdcpbko_03. Copy the numbered file to, for example,
C:\Users\[your_username]\Downloads, as a backup
4. Go to
C:\Users\[your_username]\AppData\Local\Google\Chrome\User Data\Default\Extensions\edacconmaakjimmfgnblocblbcdcpbko5. Copy the folder named
3.6.6 to, for example,
C:\Users\[your_username]\Downloads
6. Open folder
3.6.6 within
C:\Users\[your_username]\Downloads7. In the folder
3.6.6 you can find
background.bundle.js, open it and replace the 2 occurrences of 500 of
var PREVIOUS_SESSION_QUEUE_SIZE = 500;
with any numerical value you want, to change how many previous sessions should be stored.
8. Save the file
9. Open Chrome
10. Enable developer mode in Chrome for extensions
11. Hit "Load unpacked" and select folder 3.6.6 , within C:\Users\[your_username]\Downloads
12. Enjoy
Have a nice day!