1

I am developing a chrome extension that should generate unique ID per browser. My current approach is to generate a random string and store it in chrome.storage. It works but when I disable the first extension and install the same extension under different extension ID, another browser ID is generated. I am looking for something like global storage for every extension to store the generated ID. Does such thing exist? Messaging between extensions is not possible because one extension is always off.

user3561694
  • 105
  • 1
  • 9

0 Answers0