A Chrome frontend to send requests the FakeAI Classifier Server.
The extension requires Tailwind, Alpine.js, and a few other libraries that will be compiled in through webpack. Install all deps through npm, then build to produce a CRX.
npm install
# run to build unpacked extension only
npm run build:local
# run to build packed and signed extension
npm run build
This can now be imported into Chrome through the chrome://extensions page, it is suggested to import the extension folder instead of the CRX for development.
