RadioCast
Listen to online radio stations on Chromecast devices.
ما هو RadioCast؟
RadioCast هو إضافة Chrome تم تطويرها بواسطة Postmodern Patterns، والميزة الرئيسية لها هي "Listen to online radio stations on Chromecast devices.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RadioCast
قم بتنزيل ملفات الامتداد RadioCast بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Stations can be added or removed in the settings window.
معلومات أساسية عن التمديد
الاسم | |
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" ] } |