JStream

Jewish Music Streaming for Google Chrome

ما هو JStream؟

JStream هو إضافة Chrome تم تطويرها بواسطة Yossie's Apps, LLC، والميزة الرئيسية لها هي "Jewish Music Streaming for Google Chrome".

تحميل ملف CRX للإضافة JStream

قم بتنزيل ملفات الامتداد JStream بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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