https://github.com/cheshire137/soma-chrome
Chrome extension to listen to SomaFM web radio stations from your browser.
https://github.com/cheshire137/soma-chrome
browser-extension chrome-extension javascript music somafm
Last synced: 3 months ago
JSON representation
Chrome extension to listen to SomaFM web radio stations from your browser.
- Host: GitHub
- URL: https://github.com/cheshire137/soma-chrome
- Owner: cheshire137
- License: mit
- Created: 2014-04-17T00:03:04.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T15:48:38.000Z (over 4 years ago)
- Last Synced: 2025-07-21T16:13:56.380Z (3 months ago)
- Topics: browser-extension, chrome-extension, javascript, music, somafm
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/somaplayer/dpcghdgbhjkihgnnbojldhjmcbieofgo?hl=en&gl=US&authuser=1
- Size: 5.53 MB
- Stars: 58
- Watchers: 13
- Forks: 20
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SomaPlayer for Chrome
[](https://travis-ci.org/cheshire137/soma-chrome)
SomaPlayer is a Chrome extension for playing stations from [SomaFM](http://somafm.com).
**[Install from the Chrome Web Store](https://chrome.google.com/webstore/detail/somaplayer/dpcghdgbhjkihgnnbojldhjmcbieofgo?hl=en&gl=US&authuser=1)**
See the [change log](CHANGELOG.md). You might also be interested in my [desktop app](https://github.com/cheshire137/huxleyfm) for macOS, Windows, and Linux.
## Screenshots


## How to Develop
Pull requests welcome!
In Chrome:
1. Navigate to `chrome://extensions/`
1. Toggle on "Developer mode" in the top right
1. Click "Load Unpacked" and choose the extension/ directory
## How to Check Code Style
npm install
npm test
## Thanks
- [SomaFM](http://somafm.com/) - where all the music comes from!
- [Google Material Icons](https://material.io/icons/) - for pause and play icons.
- [Primer CSS library](https://primer.github.io/)