RadioCast

Extensión para el radio cast

What is RadioCast?

RadioCast is a Chrome extension developed by https://victorav.me, and its main feature is "Extensión para el radio cast".

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

                        Versión beta de la extensión RadioCast.
Permite insertar vídeos de Youtube dentro de Twitch. Así, podrás ver cualquier radiocast sin tener que recurrir a webs de terceros y sin miedo a ninguna "Purple Screen of Death" por parte de Twitch.                    

Extension Basic Information

Name RadioCast RadioCast
ID dffjbgmmkjmhjfmmpbjnmpicifihbnpa
Official URL https://chromewebstore.google.com/detail/radiocast/dffjbgmmkjmhjfmmpbjnmpicifihbnpa
Description Extensión para el radio cast
File Size 12.44 KB
Installation Count 200
Current Version 0.4.1
Last Updated 2021-08-30
Publish Date 2021-08-20
Rating 5.00/5 Total 5 Ratings
Developer https://victorav.me
Email [email protected]
Payment Type free
Extension Website http://extension.victorav.me/
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RadioCast",
    "description": "Extensi\u00f3n para el radio cast",
    "version": "0.4.1",
    "default_locale": "es",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "RadioCast"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/twitch.tv\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "https:\/\/twitch.tv\/*"
    ]
}