Simple SetupConnect a local folder, add a small config file, and run your code directly in the browser.
Shared StateKeep data in sync across popup, background, side panel, web pages, and iframes. Changes are also persisted between sessions.
Cross-Context MessagingSend messages across the whole extension without building separate routes for popup, background, content scripts, and frames.
Chrome APIs, EverywhereUse supported Chrome extension APIs in more places, including web pages and iframes.
Storage for Files and DataStore app data, files, blobs, and other binary data in a simple persistent storage.
Automatic Injection and Shadow DOMLoad files into the right targets and render page UI inside its own Shadow DOM.