chrome-store-submit
Installation
SKILL.md
Chrome Web Store Submission
Automate the Chrome Web Store new extension submission process using playwright-mcp browser automation.
Prerequisites
- playwright-mcp configured as MCP server. See references/setup.md if not set up.
- Pillow installed (
pip install Pillow) for image generation. - Extension source code with valid
manifest.jsonin the working directory. - Extension packaged as ZIP file ready for upload.