PBVidCast - Chromecast™ for Pinkbike videos

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

What is PBVidCast - Chromecast™ for Pinkbike videos?

PBVidCast - Chromecast™ for Pinkbike videos is a Chrome extension developed by pbvidcast, and its main feature is "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device".

Extension Screenshots

screenshot
screenshot

Download PBVidCast - Chromecast™ for Pinkbike videos Extension CRX File

Download PBVidCast - Chromecast™ for Pinkbike videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PBVidCast - Chromecast™ for Pinkbike videos PBVidCast - Chromecast™ for Pinkbike videos
ID jklkkahfncohfjgacjojgjhipioljjoh
Official URL https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh
Description Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
File Size 408 KB
Installation Count 785
Current Version 0.0.10
Last Updated 2016-02-16
Publish Date 2016-02-16
Rating 4.43/5 Total 7 Ratings
Developer pbvidcast
Payment Type free
Extension Website https://github.com/bsphere/pbvidcast
Supported Languages 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"
    ]
}