RadioCast
Extensión para el radio cast
什么是RadioCast?
RadioCast是由https://victorav.me开发的Chrome扩展程序,该扩展的主要功能是“Extensión para el radio cast”。
扩展截图
下载RadioCast扩展crx文件
下载RadioCast扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | RadioCast |
ID | dffjbgmmkjmhjfmmpbjnmpicifihbnpa |
官方URL | https://chromewebstore.google.com/detail/radiocast/dffjbgmmkjmhjfmmpbjnmpicifihbnpa |
简介 | Extensión para el radio cast |
文件大小 | 12.44 KB |
安装次数 | 200 |
当前版本 | 0.4.1 |
更新时间 | 2021-08-30 |
上架时间 | 2021-08-20 |
评分 | 5.00/5 共5次评分 |
开发者 | https://victorav.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://extension.victorav.me/ |
支持的语言 | 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\/*" ] } |