JStream
Jewish Music Streaming for Google Chrome
Cos'è JStream?
JStream è un'estensione di Chrome sviluppata da Yossie's Apps, LLC, e la sua funzione principale è "Jewish Music Streaming for Google Chrome".
Scarica il file CRX dell'estensione JStream
Scarica i file di estensione JStream in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | pffjbacnafchodjhnbdfmagoioocagim |
URL Ufficiale | https://chrome.google.com/webstore/detail/jstream/pffjbacnafchodjhnbdfmagoioocagim |
Descrizione | Jewish Music Streaming for Google Chrome |
Dimensione del File | 54.81 KB |
Conteggio Installazioni | 2,726 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2018-08-04 |
Data di Pubblicazione | 2018-08-04 |
Valutazione | 4.74/5 Totale 27 Valutazioni |
Sviluppatore | Yossie's Apps, LLC |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |