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
官方網址 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": []
}