JStream
Jewish Music Streaming for Google Chrome
Vad är JStream?
JStream är en Chrome-tillägg utvecklad av Yossie's Apps, LLC, och dess huvudfunktion är "Jewish Music Streaming for Google Chrome".
Ladda ner JStream-förlängningens CRX-fil
Ladda ner JStream-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | pffjbacnafchodjhnbdfmagoioocagim |
Officiell webbadress | https://chrome.google.com/webstore/detail/jstream/pffjbacnafchodjhnbdfmagoioocagim |
Beskrivning | Jewish Music Streaming for Google Chrome |
Filstorlek | 54.81 KB |
Antal Installationer | 2,726 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2018-08-04 |
Publiceringsdatum | 2018-08-04 |
Betyg | 4.74/5 Totalt 27 Betyg |
Utvecklare | Yossie's Apps, LLC |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |