JStream
Jewish Music Streaming for Google Chrome
Wat is JStream?
JStream is een Chrome-extensie ontwikkeld door Yossie's Apps, LLC, en de belangrijkste functie is "Jewish Music Streaming for Google Chrome".
Download het CRX-bestand van de extensie JStream
Download JStream-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | pffjbacnafchodjhnbdfmagoioocagim |
Officiële URL | https://chrome.google.com/webstore/detail/jstream/pffjbacnafchodjhnbdfmagoioocagim |
Beschrijving | Jewish Music Streaming for Google Chrome |
Bestandsgrootte | 54.81 KB |
Aantal Installaties | 2,726 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2018-08-04 |
Publicatiedatum | 2018-08-04 |
Beoordeling | 4.74/5 Totaal 27 Beoordelingen |
Ontwikkelaar | Yossie's Apps, LLC |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |