JStream

Jewish Music Streaming for Google Chrome

什麼是JStream?

JStream是由Yossie's Apps, LLC開發的Chrome擴展程式,該擴展的主要功能是“Jewish Music Streaming for Google Chrome”。

下載JStream擴展crx文件

下載JStream擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 JStream JStream
ID pffjbacnafchodjhnbdfmagoioocagim
官方網址 https://chrome.google.com/webstore/detail/jstream/pffjbacnafchodjhnbdfmagoioocagim
簡介 Jewish Music Streaming for Google Chrome
檔案大小 54.81 KB
安裝次數 2,726
目前版本 1.1.0
更新時間 2018-08-04
上架時間 2018-08-04
評分 4.74/5 共 27 次評分
開發者 Yossie's Apps, LLC
付費類型 free
支援的語言 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\/"
    ]
}