This App is a browser extension to captures, pools, and sells user data on his behalf. User data has value. Instead of giving it away for free.
This is an instruction of setting up this project locally. To make it work, get a local copy up and running follow these simple steps.
At first step you need a package manager like yarn or npm to start working on this project. This document used yarn, so you can install it by:
npm install -g yarn
- Ubuntu 20.04 LTS
- Node 22.x LTS
To prepare project dependencies, the only thing that you need is running the following command.
yarn install
There are multiple script that helps to do a development build based on your browser. The following command (default dev build) will build the extension based on manifest v3 to be used on Chrome.
yarn build:dev
If you want to build extension for Firefox you can use the following command. It currently works with manifest v2.
yarn build:firefox:dev
Both of these command support hot reload, so your changes will build simultaneously.
After being sure about your change you can build a production version using this command. It will generate a minified version of the extension based on manifest v3 for Chrome.
yarn build:prod
If you need Firefox production version you can use the following command, it will generate a production built for Firefox based on manifest v2.
yarn build:firefox:prod
By using this command the built extension from dist directory will be deployed on Chrome.
Note: For the first time please run one of the Build commands before using this command.
yarn run
For running extension on Firefox please try following command:
yarn run:firefox
To create an optimized and minified bundle of the extension you can run release command. It will generate two different version of the extension for Chrome and Firefox in releases directory.
yarn release
In case you need a version for specific browser you can use one of the following commands based on your desired browse:
yarn release:chrome
yarn release:firefox
Just email to [email protected] or get in touch through social media.
© 2025 Swashapp