BiliDownCast

Enable ChromeCast on BiliDown.com

BiliDownCast란 무엇입니까?

BiliDownCast은(는) vinsonlu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable ChromeCast on BiliDown.com"입니다.

확장 프로그램 스크린샷

screenshot

BiliDownCast 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        替换BiliDown默认播放器,让BiliDown可以在ChromeCast上播放视频及弹幕。                    

확장 프로그램 기본 정보

이름 BiliDownCast BiliDownCast
ID lemhbecoofnlbmnmlhhgloghogioebek
공식 URL https://chromewebstore.google.com/detail/bilidowncast/lemhbecoofnlbmnmlhhgloghogioebek
설명 Enable ChromeCast on BiliDown.com
파일 크기 747 KB
설치 횟수 217
현재 버전 0.2
최근 업데이트 2014-02-09
출시 날짜 2014-02-08
평점 3.67/5 총 3 개의 평점
개발자 vinsonlu
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BiliDownCast",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Enable ChromeCast on BiliDown.com",
    "short_name": "BiliDownCast",
    "author": "VinsonLu",
    "minimum_chrome_version": "32",
    "permissions": [
        "http:\/\/*.bilidown.tv\/*",
        "https:\/\/*.bilidown.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.bilidown.tv\/*",
                "https:\/\/*.bilidown.tv\/*"
            ],
            "js": [
                "BiliDownCast_addon.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "BiliDownCast.js",
        "CastVideos.js",
        "css\/CastVideos.css",
        "imagefiles\/header_bg-top.png",
        "imagefiles\/header_bg.png",
        "imagefiles\/footer_bg.png",
        "imagefiles\/logo.png",
        "imagefiles\/play.png",
        "imagefiles\/play-hover.png",
        "imagefiles\/play-press.png",
        "imagefiles\/pause.png",
        "imagefiles\/pause-hover.png",
        "imagefiles\/timeline_bg_progress.png",
        "imagefiles\/timeline_indicator.png",
        "imagefiles\/timeline_bg_track.png",
        "imagefiles\/ic_media_route_on_custom.png",
        "imagefiles\/ic_media_route_off_custom.png",
        "imagefiles\/audio_off.png",
        "imagefiles\/audio_on.png",
        "imagefiles\/audio_bg.png",
        "imagefiles\/audio_bg_track.png",
        "imagefiles\/audio_indicator.png",
        "imagefiles\/audio_bg_level.png",
        "imagefiles\/fullscreen_expand.png",
        "imagefiles\/fullscreen_collapse.png"
    ],
    "icons": {
        "128": "BiliDownCast_icon_128.png"
    }
}