PlayTo for Chromecast™

Allows you to send any internet videos to Chromecast™

Что такое PlayTo for Chromecast™?

PlayTo for Chromecast™ - это расширение Chrome, разработанное https://www.playtochromecast.com, и его основная функция - "Allows you to send any internet videos to Chromecast™".

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

screenshot
screenshot

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

Скачайте файлы расширений PlayTo for Chromecast™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Basically allows you to easily detect videos that can be played using the Chromecast™ device and suggest you to play them directly by a simple click.

Watching videos on your Chromecast™ will be as easier as surfing the web looking for some videos in almost all the existing video pages.                    

Основная информация о расширении

Название PlayTo for Chromecast™ PlayTo for Chromecast™
ID jngkenaoceimiimeokpdbmejeonaaami
Официальный URL https://chromewebstore.google.com/detail/playto-for-chromecast/jngkenaoceimiimeokpdbmejeonaaami
Описание Allows you to send any internet videos to Chromecast™
Размер файла 96.6 KB
Количество установок 210,077
Текущая Версия 1.6.0
Последнее Обновление 2020-06-16
Дата публикации 2020-06-02
Рейтинг 3.93/5 Всего 7504 оценок
Разработчик https://www.playtochromecast.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.playtochromecast.com/
Поддерживаемые языки de,en,es,it,pl,pt-BR,pt-PT,sv,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.6.0",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-off.png",
        "default_title": "__MSG_browser_action_disable__",
        "persistent": true
    },
    "minimum_chrome_version": "17.0.0.0",
    "permissions": [
        "storage",
        "webRequest",
        "",
        "tabs",
        "webRequestBlocking"
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": []
}