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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PBVidCast - Chromecast™ for Pinkbike videos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 PBVidCast - Chromecast™ for Pinkbike videos PBVidCast - Chromecast™ for Pinkbike videos
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"
    ]
}