WebCast

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

Qu'est-ce que WebCast ?

WebCast est une extension Chrome développée par http://web-cast.appspot.com, et sa fonction principale est "Finds videos in the web page you're on and allows to send them to Chromecast.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WebCast

Téléchargez les fichiers d'extension WebCast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WebCast WebCast
ID gmenldaghgogpiajaipajaphcjbankna
URL Officiel https://chrome.google.com/webstore/detail/webcast/gmenldaghgogpiajaipajaphcjbankna
Description Finds videos in the web page you're on and allows to send them to Chromecast.
Taille du Fichier 59.49 KB
Nombre d'Installations 29,751
Version Actuelle 0.2.1
Dernière Mise à Jour 2014-06-02
Date de Publication 2014-06-02
Évaluation 3.64/5 Total 160 Évaluations
Développeur http://web-cast.appspot.com
Langues Prises en Charge 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
}