PBVidCast - Chromecast™ for Pinkbike videos

Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device

PBVidCast - Chromecast™ for Pinkbike videos là gì?

PBVidCast - Chromecast™ for Pinkbike videos là một tiện ích mở rộng Chrome được phát triển bởi pbvidcast, và tính năng chính của nó là "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PBVidCast - Chromecast™ for Pinkbike videos

Tải xuống các tệp mở rộng PBVidCast - Chromecast™ for Pinkbike videos 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

                        Easily cast Pinkbike videos (using VidCast - https://vidcast.dabble.me/) to your Chromecast/Android TV device.

The extension adds cast buttons bellow Pinkbike videos according to each available video resolution.

You must have the Google Cast extension installed.                    

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

Tên PBVidCast - Chromecast™ for Pinkbike videos PBVidCast - Chromecast™ for Pinkbike videos
ID jklkkahfncohfjgacjojgjhipioljjoh
URL Chính Thức https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh
Mô tả Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
Kích Thước Tệp 408 KB
Số Lần Cài Đặt 785
Phiên Bản Hiện Tại 0.0.10
Cập Nhật Lần Cuối 2016-02-16
Ngày Phát Hành 2016-02-16
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển pbvidcast
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bsphere/pbvidcast
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PBVidCast - Chromecast\u2122 for Pinkbike videos",
    "short_name": "PBVidCast",
    "description": "Cast Pinkbike videos with ease (using VidCast) to your Chromecast\/Android TV device",
    "version": "0.0.10",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "pbcast.js"
            ],
            "matches": [
                "http:\/\/www.pinkbike.com\/*",
                "https:\/\/www.pinkbike.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "ic_cast2_black_24dp.png"
    ],
    "page_action": {
        "default_icon": {
            "38": "icon_38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}