PBVidCast - Chromecast™ for Pinkbike videos

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

Wat is PBVidCast - Chromecast™ for Pinkbike videos?

PBVidCast - Chromecast™ for Pinkbike videos is een Chrome-extensie ontwikkeld door pbvidcast, en de belangrijkste functie is "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PBVidCast - Chromecast™ for Pinkbike videos

Download PBVidCast - Chromecast™ for Pinkbike videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PBVidCast - Chromecast™ for Pinkbike videos PBVidCast - Chromecast™ for Pinkbike videos
ID jklkkahfncohfjgacjojgjhipioljjoh
Officiële URL https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh
Beschrijving Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
Bestandsgrootte 408 KB
Aantal Installaties 785
Huidige Versie 0.0.10
Laatst Bijgewerkt 2016-02-16
Publicatiedatum 2016-02-16
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar pbvidcast
Betalingswijze free
Extensiewebsite https://github.com/bsphere/pbvidcast
Ondersteunde Talen 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"
    ]
}