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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 } |