Free and open source browser extension to show additional info of vinted product built in Typescript.
I use Vinted everyday for shopping but it don't provide some feature that are very useful to me, like:
- On the catalog I want to see shipping details
- On the catalog I want to see where the seller is from
- Install extension
- Search something on Vinted catalog
- Magic!
Install dependencies by running:
pnpm install
Then build the project:
pnpm run build
To run a development version with live reload, run:
pnpm run dev:chrome
Or open Google Chrome and open the Extension Management page by navigating to chrome://extensions
or by opening Settings and clicking Extensions from the bottom left.
Enable Developer Mode by clicking the toggle switch next to Developer mode.
Click the "Load Unpacked" button and select the extension directory(.../dist
).