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. 擴展基本資訊
| 名稱 | |
| ID | dffjbgmmkjmhjfmmpbjnmpicifihbnpa |
| 官方網址 | 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\/*"
]
} | |