https://github.com/benjamin-dobell/steam-redeem
Steam (in particular Humble Bundle) key redemption extension for Chrome.
https://github.com/benjamin-dobell/steam-redeem
chrome redeem steam web-extension
Last synced: 7 months ago
JSON representation
Steam (in particular Humble Bundle) key redemption extension for Chrome.
- Host: GitHub
- URL: https://github.com/benjamin-dobell/steam-redeem
- Owner: Benjamin-Dobell
- License: mit
- Created: 2017-08-31T19:40:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T15:48:28.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T18:52:35.130Z (over 1 year ago)
- Topics: chrome, redeem, steam, web-extension
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Steam Redeem
Steam Redeem is Chrome, Edge, Firefox and Opera extension that detects Steam keys in a web-page and injects a 'Redeem' button so you can quickly redeem/activate Steam keys in your browser. If you have a page with several Steam keys visible, pressing the Steam Redeem logo next to your address bar will automatically bulk redeem all keys visible on the page.
## Work in Progress
Presently only Humble Bundle is supported and we're missing a lot of useful features, like tracking of previously redeemed keys. Please take a look at my other (Mac only) [Humble Bundle Key Redeemer](https://github.com/Benjamin-Dobell/humble-bundle-key-redeemer) to get an idea of what sort of functionality will be supported. However, in general this solution is already much more robust, and most importantly cross-platform.
## Building the Extension
First you need Node.js and Yarn. Then you can build with:
```
yarn
yarn build
```the "unpacked" extensions will be built into the `build/` sub-directory.