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
Eメール [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": []
}