WebCast

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

¿Qué es WebCast?

WebCast es una extensión de Chrome desarrollada por http://web-cast.appspot.com, y su función principal es "Finds videos in the web page you're on and allows to send them to Chromecast.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión WebCast

Descarga archivos de extensión WebCast en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre WebCast WebCast
ID gmenldaghgogpiajaipajaphcjbankna
URL Oficial https://chrome.google.com/webstore/detail/webcast/gmenldaghgogpiajaipajaphcjbankna
Descripción Finds videos in the web page you're on and allows to send them to Chromecast.
Tamaño del Archivo 59.49 KB
Cantidad de Instalaciones 29,751
Versión Actual 0.2.1
Última Actualización 2014-06-02
Fecha de Publicación 2014-06-02
Calificación 3.64/5 Total de 160 Calificaciones
Desarrollador http://web-cast.appspot.com
Idiomas Soportados 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
}