PBVidCast - Chromecast™ for Pinkbike videos
Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device
PBVidCast - Chromecast™ for Pinkbike videosとは何ですか?
PBVidCast - Chromecast™ for Pinkbike videosはpbvidcastによって開発されたChromeの拡張機能で、その主な機能は「Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device」です。
拡張機能のスクリーンショット
PBVidCast - Chromecast™ for Pinkbike videos拡張機能のCRXファイルをダウンロード
PBVidCast - Chromecast™ for Pinkbike videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | PBVidCast - Chromecast™ for Pinkbike videos |
ID | jklkkahfncohfjgacjojgjhipioljjoh |
公式URL | https://chromewebstore.google.com/detail/pbvidcast-chromecast-for/jklkkahfncohfjgacjojgjhipioljjoh |
説明 | Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device |
ファイルサイズ | 408 KB |
インストール数 | 785 |
現在のバージョン | 0.0.10 |
最終更新日 | 2016-02-16 |
公開日 | 2016-02-16 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | pbvidcast |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/bsphere/pbvidcast |
対応言語 | 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" ] } |