RadioCast

Listen to online radio stations on Chromecast devices.

What is RadioCast?

RadioCast is a Chrome extension developed by Postmodern Patterns, and its main feature is "Listen to online radio stations on Chromecast devices.".

Extension Screenshots

screenshot

Download RadioCast Extension CRX File

Download RadioCast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Stations can be added or removed in the settings window.                    

Extension Basic Information

Name RadioCast RadioCast
ID ggjepffefcllepkipoolpiflpknlhcnh
Official URL https://chrome.google.com/webstore/detail/radiocast/ggjepffefcllepkipoolpiflpknlhcnh
Description Listen to online radio stations on Chromecast devices.
File Size 9.12 KB
Installation Count 94
Current Version 20
Last Updated 2022-07-22
Publish Date 2019-05-31
Developer Postmodern Patterns
Email [email protected]
Payment Type free
Extension Website https://radiocast.xyz
Supported Languages 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"
    ]
}