PlayTo for Chromecast™

Allows you to send any internet videos to Chromecast™

什么是PlayTo for Chromecast™?

PlayTo for Chromecast™是由https://www.playtochromecast.com开发的Chrome扩展程序,该扩展的主要功能是“Allows you to send any internet videos to Chromecast™”。

扩展截图

screenshot
screenshot

下载PlayTo for Chromecast™扩展crx文件

下载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": []
}