WebCast

Finds videos in the web page you're on and allows to send them to Chromecast.

WebCastとは何ですか?

WebCastはhttp://web-cast.appspot.comによって開発されたChromeの拡張機能で、その主な機能は「Finds videos in the web page you're on and allows to send them to Chromecast.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        WebCast extension detects video files in .mp4 format that are played on the page, and allow to send them to ChromeCast device.
Whenever extension detects supported video file being played on the page, it will add page action to your omibox that allows to play video on Chrome Cast device. 
This version of plugin opens video file in external website, that has video player supporting ChromeCast.                    

拡張機能の基本情報

名前 WebCast WebCast
ID gmenldaghgogpiajaipajaphcjbankna
公式URL https://chrome.google.com/webstore/detail/webcast/gmenldaghgogpiajaipajaphcjbankna
説明 Finds videos in the web page you're on and allows to send them to Chromecast.
ファイルサイズ 59.49 KB
インストール数 29,751
現在のバージョン 0.2.1
最終更新日 2014-06-02
公開日 2014-06-02
評価 3.64/5 合計 160 レビュー
開発者 http://web-cast.appspot.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebCast",
    "short_name": "WebCast",
    "version": "0.2.1",
    "description": "Finds videos in the web page you're on and allows to send them to Chromecast.",
    "icons": {
        "128": "data\/icon128.png",
        "16": "data\/icon16.png",
        "48": "data\/icon48.png"
    },
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_name": "Web cast",
        "default_icon": {
            "19": "data\/icon19.png",
            "38": "data\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'; media-src http:\/\/*:* https:\/\/*:*; img-src 'self' 'unsafe' 'unsafe-inline' data: ;style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self'; connect-src 'self' http:\/\/*:* https:\/\/*:* ws:\/\/*:*; font-src http:\/\/themes.googleusercontent.com; object-src 'none'",
    "web_accessible_resources": [
        "castApp.js",
        "popup.html",
        "popup.js",
        "\/data\/noimage.jpg"
    ],
    "manifest_version": 2
}