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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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\/"
    ]
}