Browser Soundtrack
Provides a soundtrack to your web browsing
What is Browser Soundtrack?
Browser Soundtrack is a Chrome extension developed by Ross Penman, and its main feature is "Provides a soundtrack to your web browsing".
Extension Screenshots
Download Browser Soundtrack Extension CRX File
Download Browser Soundtrack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Browser Soundtrack is a Chrome extension that provides a soundtrack that fits your web browsing experience. It analyses the contents of the web page you are visiting and plays a relevant piece of music in the background. For example, when reading a blog post about Ruby, it will play Ruby by the Kaiser Chiefs.
Extension Basic Information
Name | |
ID | bafihgbhknmajjlelohgmehlcblhkfec |
Official URL | https://chromewebstore.google.com/detail/browser-soundtrack/bafihgbhknmajjlelohgmehlcblhkfec |
Description | Provides a soundtrack to your web browsing |
File Size | 18.01 KB |
Installation Count | 27 |
Current Version | 1.0 |
Last Updated | 2014-12-14 |
Publish Date | 2014-12-14 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Ross Penman |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Soundtrack", "description": "Provides a soundtrack to your web browsing", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "notifications", "http:\/\/cryptic-anchorage-3829.herokuapp.com\/", "https:\/\/i.scdn.co\/image\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |