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 |
官方網址 | 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" ] } |