nicoCast

【更新情報】0.2525.3:全面改装 『ニコニコ動画をChromeCastする拡張 by 3846masa』

What is nicoCast?

nicoCast is a Chrome extension developed by http://app.mikumiku.moe, and its main feature is "【更新情報】0.2525.3:全面改装 『ニコニコ動画をChromeCastする拡張 by 3846masa』".

Extension Screenshots

screenshot

Download nicoCast Extension CRX File

Download nicoCast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        2016/11/28 【現状報告】
動作が不安定という報告を多々頂いております.
修正版を開発していますが,時間が割けていないため,公開はかなり遅れる見込みです.
うまく動作しない場合は,通常の画面キャストを使っていただければと思います.

https://nicocast.mikumiku.moe/

0.2525.0 : 初版
0.2525.1 : アイコン変更
0.2525.2 : コメント衝突処理改善、一部公式動画再生対応
0.2525.3 : 改装,不具合修正

ニコニコ動画をChromecastで再生できるようにする拡張機能です。
Chromecastでコメントを表示しながら動画再生ができます。
http://www.nicovideo.jp/mylist/44527602

利用にはGoogleCast拡張機能が必要です。
https://chrome.google.com/webstore/detail/google-cast/boadgeojelhgndaghljhdicfkmllpafd

<使い方>
 - 音量ボタンの横のキャストボタンを押します。
 - ブラウザ側の再生画面がCast画面になるとプレイヤーから操作できます。
 - 再生、停止、コメント表示、非表示、音量、ミュートが操作できます。
 - シークバーは暫定です。どちらかと言うとジャンプバーです。
(上手くいかない場合は、再読み込みしてみてください。)

※ 非公式/β版です。予期しない動作をする場合があります。
   仕様上プレミアム会員でも一般会員回線となります。
   また一部動画(有料動画など)は再生できません。                    

Extension Basic Information

Name nicoCast nicoCast
ID eenipglaffhnoinogndbmbdkmdlcedal
Official URL https://chrome.google.com/webstore/detail/nicocast/eenipglaffhnoinogndbmbdkmdlcedal
Description 【更新情報】0.2525.3:全面改装 『ニコニコ動画をChromeCastする拡張 by 3846masa』
File Size 54.9 KB
Installation Count 7,734
Current Version 0.2525.3.5
Last Updated 2016-11-27
Publish Date 2016-11-27
Rating 2.91/5 Total 33 Ratings
Developer http://app.mikumiku.moe
Payment Type free
Extension Website https://nicocast.mikumiku.moe/
Help Page URL https://nicocast.mikumiku.moe/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "scripts\/init.js"
            ],
            "matches": [
                "http:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "\u3010\u66f4\u65b0\u60c5\u5831\u30110.2525.3:\u5168\u9762\u6539\u88c5 \u300e\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u3092ChromeCast\u3059\u308b\u62e1\u5f35 by 3846masa\u300f",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "nicoCast",
    "permissions": [
        "http:\/\/flapi.nicovideo.jp\/",
        "http:\/\/msg.nicovideo.jp\/"
    ],
    "version": "0.2525.3.5",
    "web_accessible_resources": [
        "scripts\/*",
        "extras\/*",
        "imgs\/*",
        "styles\/*"
    ]
}