A manifest that passes reviewon the first try
A guided MV3 builder for Chrome, Firefox and Edge — validated live against real store policy.
{ "manifest_version": 3, "name": "My Extension", "version": "1.0.0", "permissions": ["activeTab", "storage"], "host_permissions": ["https://*/*"], "action": { "default_popup": "popup.html" } }
https://*/* — manual review likely manifest_version 3 · version valid · description presentMost first-time rejections are manifest problems
Missing policy, unjustified permissions, broad host access — flagged as you type, not a week later in a rejection email.
Built to clear the review queue
Three browsers, one form
Chrome, Firefox and Edge variants. Download each, or all as a zip.
Permissions in plain English
20+ sensitive permissions, each with a plain “what this exposes” label.
Live store-policy validation
Failures block export, warnings advise — each linked to the real store policy text.
Minimal-permission hints
“Use activeTab instead of tabs” — the restraint reviewers approve faster.
Content scripts builder
Match patterns, run timing, and MAIN or ISOLATED world.
Nothing leaves your browser
Generation and validation run client-side. Your manifest never leaves the page.
Missing a privacy policy is the #1 export blocker. Generate one in two minutes →
More developer tools
MCP server
The cross-store catalog and scanner, inside your AI tools.
CLI
Scan and predict review outcomes from your terminal.
Pin guide
Illustrated steps that get your extension pinned to the toolbar.
Uninstall feedback
A hosted exit survey — find out why users leave.
Policy generator
A store-ready privacy policy from your permissions.
Icon generator
Draw with your agent, verify in real toolbar mockups.
Stop reverse-engineering store policies from rejection emails.
Build a compliant Manifest V3 for all three stores, see every policy objection as you go, and export clean.
Free · runs in your browser · Chrome, Firefox and Edge.