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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PBVidCast - Chromecast™ for Pinkbike videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |