PBVidCast - Chromecast™ for Pinkbike videos
Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
PBVidCast - Chromecast™ for Pinkbike videosคืออะไร?
PBVidCast - Chromecast™ for Pinkbike videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pbvidcast และคุณลักษณะหลักของมันคือ "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PBVidCast - Chromecast™ for Pinkbike videos
ดาวน์โหลดไฟล์ส่วนขยาย PBVidCast - Chromecast™ for Pinkbike videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily cast Pinkbike videos (using VidCast - https://vidcast.dabble.me/) to your Chromecast/Android TV device.
The extension adds cast buttons bellow Pinkbike videos according to each available video resolution.
You must have the Google Cast extension installed. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jklkkahfncohfjgacjojgjhipioljjoh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh |
| คำอธิบาย | Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device |
| ขนาดไฟล์ | 408 KB |
| จำนวนการติดตั้ง | 785 |
| เวอร์ชันปัจจุบัน | 0.0.10 |
| อัปเดตครั้งล่าสุด | 2016-02-16 |
| วันที่เผยแพร่ | 2016-02-16 |
| คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | pbvidcast |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/bsphere/pbvidcast |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PBVidCast - Chromecast\u2122 for Pinkbike videos",
"short_name": "PBVidCast",
"description": "Cast Pinkbike videos with ease (using VidCast) to your Chromecast\/Android TV device",
"version": "0.0.10",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"js": [
"jquery-2.1.1.min.js",
"pbcast.js"
],
"matches": [
"http:\/\/www.pinkbike.com\/*",
"https:\/\/www.pinkbike.com\/*"
]
}
],
"web_accessible_resources": [
"ic_cast2_black_24dp.png"
],
"page_action": {
"default_icon": {
"38": "icon_38.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
]
} | |