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 هو إضافة Chrome تم تطويرها بواسطة pbvidcast، والميزة الرئيسية لها هي "Cast Pinkbike videos with ease (using VidCast) to your Chromecast/Android TV device".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PBVidCast - Chromecast™ for Pinkbike videos
قم بتنزيل ملفات الامتداد PBVidCast - Chromecast™ for Pinkbike videos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
} | |