PBVidCast - Chromecast™ for Pinkbike videos

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

Hvad er PBVidCast - Chromecast™ for Pinkbike videos?

PBVidCast - Chromecast™ for Pinkbike videos er en Chrome-udvidelse udviklet af pbvidcast, og dens hovedfunktion er "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device".

Udvidelsesskærmbilleder

screenshot
screenshot

Download PBVidCast - Chromecast™ for Pinkbike videos-udvidelses-CRX-fil

Download PBVidCast - Chromecast™ for Pinkbike videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PBVidCast - Chromecast™ for Pinkbike videos PBVidCast - Chromecast™ for Pinkbike videos
ID jklkkahfncohfjgacjojgjhipioljjoh
Officiel URL https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh
Beskrivelse Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
Filstørrelse 408 KB
Antal Installationer 785
Nuværende Version 0.0.10
Senest Opdateret 2016-02-16
Udgivelsesdato 2016-02-16
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler pbvidcast
Betalingsmetode free
Udvidelseswebsted https://github.com/bsphere/pbvidcast
Understøttede Sprog 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"
    ]
}