RadioCast

Extensión para el radio cast

Wat is RadioCast?

RadioCast is een Chrome-extensie ontwikkeld door https://victorav.me, en de belangrijkste functie is "Extensión para el radio cast".

Extensie Screenshots

screenshot

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

                        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.                    

Basisinformatie over de Extensie

Naam RadioCast RadioCast
ID dffjbgmmkjmhjfmmpbjnmpicifihbnpa
Officiële URL https://chromewebstore.google.com/detail/radiocast/dffjbgmmkjmhjfmmpbjnmpicifihbnpa
Beschrijving Extensión para el radio cast
Bestandsgrootte 12.44 KB
Aantal Installaties 200
Huidige Versie 0.4.1
Laatst Bijgewerkt 2021-08-30
Publicatiedatum 2021-08-20
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://victorav.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://extension.victorav.me/
Ondersteunde Talen 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\/*"
    ]
}