RadioCast
Listen to online radio stations on Chromecast devices.
Wat is RadioCast?
RadioCast is een Chrome-extensie ontwikkeld door Postmodern Patterns, en de belangrijkste functie is "Listen to online radio stations on Chromecast devices.".
Extensie Screenshots
Download het CRX-bestand van de extensie RadioCast
Download RadioCast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Stations can be added or removed in the settings window.
Basisinformatie over de Extensie
Naam | |
ID | ggjepffefcllepkipoolpiflpknlhcnh |
Officiële URL | https://chrome.google.com/webstore/detail/radiocast/ggjepffefcllepkipoolpiflpknlhcnh |
Beschrijving | Listen to online radio stations on Chromecast devices. |
Bestandsgrootte | 9.12 KB |
Aantal Installaties | 94 |
Huidige Versie | 20 |
Laatst Bijgewerkt | 2022-07-22 |
Publicatiedatum | 2019-05-31 |
Ontwikkelaar | Postmodern Patterns |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://radiocast.xyz |
Ondersteunde Talen | 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" ] } |