Skip to content

yakisova41/crx-monkey

Repository files navigation

CRX MONKEY 🐵

Build Typescript into Chrome extension and Userscript

This is the build system created for Return YouTube Comment Username .

Documentation

Feature

  • 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.

Installation

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