PBVidCast - Chromecast™ for Pinkbike videos

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

Qu'est-ce que PBVidCast - Chromecast™ for Pinkbike videos ?

PBVidCast - Chromecast™ for Pinkbike videos est une extension Chrome développée par pbvidcast, et sa fonction principale est "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PBVidCast - Chromecast™ for Pinkbike videos

Téléchargez les fichiers d'extension PBVidCast - Chromecast™ for Pinkbike videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PBVidCast - Chromecast™ for Pinkbike videos PBVidCast - Chromecast™ for Pinkbike videos
ID jklkkahfncohfjgacjojgjhipioljjoh
URL Officiel https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh
Description Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
Taille du Fichier 408 KB
Nombre d'Installations 785
Version Actuelle 0.0.10
Dernière Mise à Jour 2016-02-16
Date de Publication 2016-02-16
Évaluation 4.43/5 Total 7 Évaluations
Développeur pbvidcast
Type de Paiement free
Site Web de l'Extension https://github.com/bsphere/pbvidcast
Langues Prises en Charge 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"
    ]
}