RadioCast
Listen to online radio stations on Chromecast devices.
Vad är RadioCast?
RadioCast är en Chrome-tillägg utvecklad av Postmodern Patterns, och dess huvudfunktion är "Listen to online radio stations on Chromecast devices.".
Tilläggsskärmbilder
Ladda ner RadioCast-förlängningens CRX-fil
Ladda ner RadioCast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Stations can be added or removed in the settings window.
Grundläggande Information om Tillägg
Namn | |
ID | ggjepffefcllepkipoolpiflpknlhcnh |
Officiell webbadress | https://chrome.google.com/webstore/detail/radiocast/ggjepffefcllepkipoolpiflpknlhcnh |
Beskrivning | Listen to online radio stations on Chromecast devices. |
Filstorlek | 9.12 KB |
Antal Installationer | 94 |
Aktuell Version | 20 |
Senast Uppdaterad | 2022-07-22 |
Publiceringsdatum | 2019-05-31 |
Utvecklare | Postmodern Patterns |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://radiocast.xyz |
Stödda Språk | 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" ] } |