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是由pbvidcast开发的Chrome扩展程序,该扩展的主要功能是“Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device”。
扩展截图
下载PBVidCast - Chromecast™ for Pinkbike videos扩展crx文件
下载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"
]
} | |