PlayTo for Chromecast™

Allows you to send any internet videos to Chromecast™

What is PlayTo for Chromecast™?

PlayTo for Chromecast™ is a Chrome extension developed by https://www.playtochromecast.com, and its main feature is "Allows you to send any internet videos to Chromecast™".

Extension Screenshots

screenshot
screenshot

Download PlayTo for Chromecast™ Extension CRX File

Download PlayTo for Chromecast™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PlayTo for Chromecast™ PlayTo for Chromecast™
ID jngkenaoceimiimeokpdbmejeonaaami
Official URL https://chromewebstore.google.com/detail/playto-for-chromecast/jngkenaoceimiimeokpdbmejeonaaami
Description Allows you to send any internet videos to Chromecast™
File Size 96.6 KB
Installation Count 210,077
Current Version 1.6.0
Last Updated 2020-06-16
Publish Date 2020-06-02
Rating 3.93/5 Total 7504 Ratings
Developer https://www.playtochromecast.com
Email [email protected]
Payment Type free
Extension Website http://www.playtochromecast.com/
Supported Languages 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": []
}