Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steambase/steam-sale-browser-extension

Browser extension for tracking the "Next Steam Sale"
https://github.com/steambase/steam-sale-browser-extension

browser-extension javascript next-steam-sale steam steam-api steam-extension steam-games steam-sale steam-sale-tracker steambase web-extension

Last synced: 2 months ago
JSON representation

Browser extension for tracking the "Next Steam Sale"

Awesome Lists containing this project

README

        

## Browser Extension Links

The "Next Steam Sale Tracker" extension can be used in virtually any modern
browser. Use the browser links below to install or compile the extension from
source:

- [Google Chrome](https://chromewebstore.google.com/detail/next-steam-sale-tracker/dgkjcegddpkjhpebjdfilaadhlgphenn)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/next-steam-sale-tracker)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/next-steam-sale-tracker/iglldimpcnbajkbfchgpkanhiapkcfob)
- [Opera (Launching Soon)](#)

## Steambase Sale Tracker

The Steambase website has another
[Steam Sale Tracker](https://steambase.io/sales) which can also be used to view
a full breakdown of historical Steam sales as well as list of upcoming sales.

## Firefox Production Build & Bundle Steps

Run the following in the root directory of this repository. Requirements:

- Any operating system which supports running node
- Node LTS >= `18.18.0`
- npm >= `9.5.1`

```bash
npm install
npm run build -- --target=firefox-mv2 --zip
```

Once the extensions has been built and bundled, the artifact .zip file can be
viewed in the `/build` directory.