JStream
Jewish Music Streaming for Google Chrome
What is JStream?
JStream is a Chrome extension developed by Yossie's Apps, LLC, and its main feature is "Jewish Music Streaming for Google Chrome".
Download JStream Extension CRX File
Download JStream 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
The JStream extension allows you to stream Jewish Music in Chrome. Features: - Multiple stations, with more coming soon - Displays the name of the current song - Plays in the background
Extension Basic Information
Name | |
ID | pffjbacnafchodjhnbdfmagoioocagim |
Official URL | https://chrome.google.com/webstore/detail/jstream/pffjbacnafchodjhnbdfmagoioocagim |
Description | Jewish Music Streaming for Google Chrome |
File Size | 54.81 KB |
Installation Count | 2,726 |
Current Version | 1.1.0 |
Last Updated | 2018-08-04 |
Publish Date | 2018-08-04 |
Rating | 4.74/5 Total 27 Ratings |
Developer | Yossie's Apps, LLC |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JStream", "version": "1.1.0", "manifest_version": 2, "description": "Jewish Music Streaming for Google Chrome", "browser_action": { "default_icon": "48.png", "default_title": "JStream", "default_popup": "popup.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/jstream.brochos.com\/" ] } |