PBVidCast - Chromecast™ for Pinkbike videos
Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
Co to jest PBVidCast - Chromecast™ for Pinkbike videos?
PBVidCast - Chromecast™ for Pinkbike videos to rozszerzenie Chrome opracowane przez pbvidcast, a jego główną funkcją jest „Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PBVidCast - Chromecast™ for Pinkbike videos
Pobierz pliki rozszerzeń PBVidCast - Chromecast™ for Pinkbike videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | PBVidCast - Chromecast™ for Pinkbike videos |
ID | jklkkahfncohfjgacjojgjhipioljjoh |
Oficjalny URL | https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh |
Opis | Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device |
Rozmiar pliku | 408 KB |
Liczba instalacji | 785 |
Aktualna Wersja | 0.0.10 |
Ostatnia Aktualizacja | 2016-02-16 |
Data Publikacji | 2016-02-16 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | pbvidcast |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/bsphere/pbvidcast |
Obsługiwane Języki | 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" ] } |