Build Typescript into Chrome extension and Userscript
This is the build system created for Return YouTube Comment Username .
- The same code can be used in Chrome extension and userscript.
- Typescript can be used.
- The page, service_worker, and popup are automatically reloaded during development.
- Automatic code generation to execute code on the DOM
- Message passing from MAIN world to service_worker is available.
- Highspeed build by esbuild.
It is easy to set up using create-crx-monkey
.
npm create crx-monkey
Follow the prompts to set up.
Project name? any projectname...
Select a Language? Typescript / Javascript