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".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения PBVidCast - Chromecast™ for Pinkbike videos

Скачайте файлы расширений 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 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"
    ]
}