BiliDownCast

Enable ChromeCast on BiliDown.com

BiliDownCastとは何ですか?

BiliDownCastはvinsonluによって開発されたChromeの拡張機能で、その主な機能は「Enable ChromeCast on BiliDown.com」です。

拡張機能のスクリーンショット

screenshot

BiliDownCast拡張機能のCRXファイルをダウンロード

BiliDownCast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        替换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"
    }
}