RadioCast
Extensión para el radio cast
RadioCastคืออะไร?
RadioCast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://victorav.me และคุณลักษณะหลักของมันคือ "Extensión para el radio cast"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RadioCast
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |