Chrome Web Store Featured Badge Audit

A Claude Code plugin that audits your Chrome extension against Google's published criteria for the Featured badge and Established Publisher badge, then produces a prioritized fix plan to qualify.

The Featured badge is a human review by the Chrome Web Store team — there's no queue you can pay or fast-track your way through. The only lever is genuinely meeting the published bar. This plugin tells you exactly where you stand and what to fix first, before you nominate.

Install

In Claude Code:

/plugin marketplace add divyamrastogi/cws-featured-badge-skill
/plugin install cws-featured-badge@divyamrastogi-skills

Then open Claude Code in your extension's repo and ask: "Is my extension ready for the Featured badge?"

What it checks

The audit gathers evidence from your codebase (manifest, permissions, privacy behavior, onboarding, store assets) and your live listing, covering ~35 items across seven areas:

  • Eligibility gatesthe hard requirements Google checks before anything else
  • Policy & securityprogram-policy compliance, remote code, data handling
  • Technical best practicesManifest V3, bfcache, permission minimization
  • Privacyprivacy policy, disclosures, least-privilege data access
  • UX qualityonboarding, polish, and the judgment calls a human reviewer makes
  • Store listing qualitydescription, screenshots, promo assets
  • Publisher prerequisitesverified publisher status and account standing

The output is a scorecard with evidence per item, blockers separated from high-impact improvements, the dashboard items you must verify manually, and a nomination-readiness verdict.

Badges can't be bought. The plugin never suggests gaming tactics — incentivized reviews and keyword stuffing violate program policies and disqualify extensions. It only helps you genuinely meet the bar.

Links