PBVidCast - Chromecast™ for Pinkbike videos

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

Cos'è PBVidCast - Chromecast™ for Pinkbike videos?

PBVidCast - Chromecast™ for Pinkbike videos è un'estensione di Chrome sviluppata da pbvidcast, e la sua funzione principale è "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PBVidCast - Chromecast™ for Pinkbike videos

Scarica i file di estensione PBVidCast - Chromecast™ for Pinkbike videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PBVidCast - Chromecast™ for Pinkbike videos PBVidCast - Chromecast™ for Pinkbike videos
ID jklkkahfncohfjgacjojgjhipioljjoh
URL Ufficiale https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh
Descrizione Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
Dimensione del File 408 KB
Conteggio Installazioni 785
Versione Corrente 0.0.10
Ultimo Aggiornamento 2016-02-16
Data di Pubblicazione 2016-02-16
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore pbvidcast
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bsphere/pbvidcast
Lingue Supportate 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"
    ]
}