Your extension's content scripts can directly access user data without the need for a background page.User data can be automatically synced with Chrome sync (using storage.sync).It provides the same storage capabilities as the localStorage API with the following key differences: This API has been optimized to meet the specific storage needs of extensions.