WebCast

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

WebCast क्या है?

WebCast http://web-cast.appspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds videos in the web page you're on and allows to send them to Chromecast."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebCast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}