WebCast

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

WebCast là gì?

WebCast là một tiện ích mở rộng Chrome được phát triển bởi http://web-cast.appspot.com, và tính năng chính của nó là "Finds videos in the web page you're on and allows to send them to Chromecast.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebCast

Tải xuống các tệp mở rộng WebCast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebCast WebCast
ID gmenldaghgogpiajaipajaphcjbankna
URL Chính Thức https://chrome.google.com/webstore/detail/webcast/gmenldaghgogpiajaipajaphcjbankna
Mô tả Finds videos in the web page you're on and allows to send them to Chromecast.
Kích Thước Tệp 59.49 KB
Số Lần Cài Đặt 29,751
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2014-06-02
Ngày Phát Hành 2014-06-02
Đánh Giá 3.64/5 Tổng số 160 Đánh Giá
Nhà Phát Triển http://web-cast.appspot.com
Ngôn Ngữ Được Hỗ Trợ 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
}