Invisible to users
Analytics does not add host permissions or scary prompts. It works in any Manifest V3 extension and is purpose-built for extension surfaces, not generic web pages.
Track usage and errors in Manifest V3. Nothing extra in the install prompt. Small and built for extensions.
Integration
Moderok is a manifest line, one synchronous call in your background script, and the same app key wherever you record events. The guides have copy-paste snippets.
Add storage and point background.service_worker at your entry file. No host access required for Moderok.
Call Moderok.init() with your app key at the top level of the service worker so installs and updates are never missed.
Use the same key in popups, options, and content scripts when you call track(). Identity stays in sync across the extension.