I am writing a simple Chrome extension that would notify you of new posts on the site.
I decided to store in the local storage the number of the last post, which would be updated when entering the site, but encountered a problem: localStorage is unique for each domain and the extension does not have access to the data that I put in localStorage when entering the site.
I would like to find a js-plugin that would implement the globalStorage functionality in Chrome.