Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Lightweight browser extension to remove the bloat from Steam and surface interesting stats and insights.
https://github.com/steambase/better-steam-browser-extension

browser-extension chrome-extension chrome-extensions edge-extension firefox-extension steam steam-api steam-games web-extension web-extensions

Last synced: 22 days ago
JSON representation

Lightweight browser extension to remove the bloat from Steam and surface interesting stats and insights.

Awesome Lists containing this project

README

        

## Better Steam

The "Better Steam" browser extension was built to remove annoyances from Steam and add helpful info. Use the links below to install on your favorite browser.

- [Google Chrome](https://chromewebstore.google.com/detail/better-steam/iobagpbkbdkobggejjcnidehfenchpec)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/better-steam/)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/better-steam/onjlmigjhcdnikdnnpfpbjbfjloamlpp)

### Features

- [x] Skip age check on Steam Store pages
- [x] Skip age check on Steam Community Hub pages
- [x] Hide the global "Install Steam" button from the header
- [x] Bypass link filter outgoing link pages
- [x] Include Steambase's "Player Score" directly on Store pages
- [x] Include minimal link to view Steam charts directly on Store pages
- [x] Include game stats directly on Store pages (player count, all-time peak, community hub members)

### Have a feature request?

Share your feature request in the [Steambase Discord Server](https://discord.gg/AmmsccWEhZ) with your features requests, suggestions, and any bug reports about the extension!

## Better Steam Website

Better Steam is powered by Steambase go fetch game charts, stats, price and other data. Checkout [Steambase](https://steambase.io) to explore more Steam data.

## Firefox Production Build & Bundle Steps

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

- Any operating system which supports running [Bun](https://bun.sh/)
- Bun >= `1.1.3`

```bash
bun install
bun wxt zip -b firefox
```

Once the extensions has been built and bundled, the artifact .zip file can be
found in the `.output` directory.