JStream

Jewish Music Streaming for Google Chrome

Qu'est-ce que JStream ?

JStream est une extension Chrome développée par Yossie's Apps, LLC, et sa fonction principale est "Jewish Music Streaming for Google Chrome".

Télécharger le fichier CRX de l'extension JStream

Téléchargez les fichiers d'extension JStream au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom JStream JStream
ID pffjbacnafchodjhnbdfmagoioocagim
URL Officiel https://chrome.google.com/webstore/detail/jstream/pffjbacnafchodjhnbdfmagoioocagim
Description Jewish Music Streaming for Google Chrome
Taille du Fichier 54.81 KB
Nombre d'Installations 2,726
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-08-04
Date de Publication 2018-08-04
Évaluation 4.74/5 Total 27 Évaluations
Développeur Yossie's Apps, LLC
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}