RadioCast

Listen to online radio stations on Chromecast devices.

RadioCastคืออะไร?

RadioCast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Postmodern Patterns และคุณลักษณะหลักของมันคือ "Listen to online radio stations on Chromecast devices."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RadioCast

ดาวน์โหลดไฟล์ส่วนขยาย RadioCast ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Stations can be added or removed in the settings window.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RadioCast RadioCast
ID ggjepffefcllepkipoolpiflpknlhcnh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/radiocast/ggjepffefcllepkipoolpiflpknlhcnh
คำอธิบาย Listen to online radio stations on Chromecast devices.
ขนาดไฟล์ 9.12 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 20
อัปเดตครั้งล่าสุด 2022-07-22
วันที่เผยแพร่ 2019-05-31
ผู้พัฒนา Postmodern Patterns
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://radiocast.xyz
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RadioCast",
    "version": "20",
    "description": "Listen to online radio stations on Chromecast devices.",
    "icons": {
        "128": "radiocolor128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "radiocolor128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}