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
拡張機能の基本情報
名前 | |
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\/" ] } |