Chrome extension for performing various partially-automated utilities for websites like Best Buy (and currently planned, EVGA for B-Stock). Inspired by my predecessor Tampermonkey script though it completely ditches the document interaction and watching functionality.
Download the extension from the Chrome Webstore here
- Clone this repository:
git clone https://github.com/albert-sun/extension.git
- (Optional) Install the necessary packages using npm:
npm install
- (Optional) Compile and build for distribution:
npm run dev
to include source maps ornpm run prod
to compile without - Load the
public
folder as an unpacked extension into Chrome