Chrome Extension JS Obfuscator and HTML/CSS Minifier in Node.js
chrome-compile
into the same directory as your chrome extension project.-prod
to the duplicated directory name.chrome-compile
and run npm install
or yarn
to install the dependencies.config.js
to change https://obfuscator.io/ settings..env
file containing INPUT_NAME=your_chrome_extension_project_name
, and then run chrome-compile
with npm start
.