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 |
| 公式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 |
| Eメール | [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\/*"
]
} | |