Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/steambase/better-steam-browser-extension
- Owner: Steambase
- License: mit
- Created: 2024-04-07T03:00:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T17:04:19.000Z (7 months ago)
- Last Synced: 2024-10-04T21:09:58.776Z (about 1 month ago)
- Topics: browser-extension, chrome-extension, chrome-extensions, edge-extension, firefox-extension, steam, steam-api, steam-games, web-extension, web-extensions
- Language: TypeScript
- Homepage: https://steambase.io
- Size: 379 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.