JStream
Jewish Music Streaming for Google Chrome
Apa itu JStream?
JStream adalah ekstensi Chrome yang dikembangkan oleh Yossie's Apps, LLC, dan fitur utamanya adalah "Jewish Music Streaming for Google Chrome".
Unduh Berkas CRX Ekstensi JStream
Unduh file ekstensi JStream dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | pffjbacnafchodjhnbdfmagoioocagim |
URL Resmi | https://chrome.google.com/webstore/detail/jstream/pffjbacnafchodjhnbdfmagoioocagim |
Deskripsi | Jewish Music Streaming for Google Chrome |
Ukuran File | 54.81 KB |
Jumlah Instalasi | 2,726 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2018-08-04 |
Tanggal Publikasi | 2018-08-04 |
Penilaian | 4.74/5 Total 27 Penilaian |
Pengembang | Yossie's Apps, LLC |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |