PBVidCast - Chromecast™ for Pinkbike videos
Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
Apa itu PBVidCast - Chromecast™ for Pinkbike videos?
PBVidCast - Chromecast™ for Pinkbike videos adalah ekstensi Chrome yang dikembangkan oleh pbvidcast, dan fitur utamanya adalah "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PBVidCast - Chromecast™ for Pinkbike videos
Unduh file ekstensi PBVidCast - Chromecast™ for Pinkbike videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PBVidCast - Chromecast™ for Pinkbike videos |
ID | jklkkahfncohfjgacjojgjhipioljjoh |
URL Resmi | https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh |
Deskripsi | Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device |
Ukuran File | 408 KB |
Jumlah Instalasi | 785 |
Versi Saat Ini | 0.0.10 |
Terakhir Diperbarui | 2016-02-16 |
Tanggal Publikasi | 2016-02-16 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | pbvidcast |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/bsphere/pbvidcast |
Bahasa yang Didukung | 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" ] } |