Code quality: what PlugThis generates
Written By Udaya Prakash
Last updated 7 days ago
The output is clean Manifest V3 code using current Chrome APIs, and you can look at all of it.
Seeing the code
The Code tab opens a file explorer alongside an editor. Files are grouped the way a developer would expect:
src for the popup, options page, content script, background worker and types.
frontend for the manifest and HTML.
icons at 16, 48 and 128 pixels.
config for the package file, TypeScript config, build config and
.env.
It is TypeScript and React, laid out conventionally. Nothing is minified or hidden.
Why it is decent
It isn't a general-purpose code generator pointed at extensions. It's built for this one job, so it understands content scripts, service workers, permission declarations and how popups are wired together.
On complex builds
Something complicated may take a few rounds to get right. That's expected, and it's why refining is unlimited on the paid plans rather than metered. You aren't paying per attempt.
You can also download the code and edit it directly at any point, which is sometimes faster than describing a small change.