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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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