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
官方URL 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\/"
    ]
}