DriveCast

Cast media from Google Drive directly to a Chromecast device

DriveCast란 무엇입니까?

DriveCast은(는) Tibor Vukovic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cast media from Google Drive directly to a Chromecast device"입니다.

확장 프로그램 스크린샷

screenshot

DriveCast 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:
 + Cast audio, video and images directly from Google Drive (no download needed).
 + Cast directly from a URL (e.g. live streams or other external media).
 + Works with all Chromecast enabled devices (Chromecast Audio, Video, Ultra etc.).
 + Works with all media formats natively supported by Chromecast: https://developers.google.com/cast/docs/media

Privacy policy: http://drivecast.tib.im                    

확장 프로그램 기본 정보

이름 DriveCast DriveCast
ID oiimcpipjgnkggjnionbfmlleolhnlco
공식 URL https://chromewebstore.google.com/detail/drivecast/oiimcpipjgnkggjnionbfmlleolhnlco
설명 Cast media from Google Drive directly to a Chromecast device
파일 크기 143 KB
설치 횟수 37,489
현재 버전 0.1.33
최근 업데이트 2020-01-13
출시 날짜 2020-01-11
평점 3.37/5 총 110 개의 평점
개발자 Tibor Vukovic
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://drivecast.tib.im
도움말 페이지 URL https://drivecast.tib.im
개인정보 보호 정책 페이지 URL https://privacy.tib.im
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiTQ3rYcrmRLXnBt7blBR\/v2K\/QrGAQfbAALvFIFR+\/6SksVUre8W8vsbBJgzGMJenT9eRtijmYNTYLtN\/ONz3rA3e2XyxECcCuQBCpDJyOXyvuYgdTT3WRCGDslbER1MNyHLWCVxe7YS7MGJd+k9qLClAaPlkDu63ezFSTWCXjADCTq6l6HWV4hD5WUniNqBtzu\/l1pdqnC5q086t+lvUTtPHF3YRg6St86+gRgTGNDiriVnoYY9msL75g6uPUYiA6Pt\/UsdrUfLb8T4\/YjP\/G2YEvulQdneLzRgsSRiBGv5PX6njsU5aalE1NJGCKblAw4WKpCarlg1TmJQnRytPwIDAQAB",
    "manifest_version": 2,
    "name": "DriveCast",
    "version": "0.1.33",
    "description": "Cast media from Google Drive directly to a Chromecast device",
    "oauth2": {
        "client_id": "305103103996-09qh9u84odeibqho1msfkupnl7fmoor2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        }
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.bundle.js"
        ]
    },
    "permissions": [
        "identity",
        "https:\/\/www.gstatic.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ chrome-extension:\/\/pkedcjkdefgpdelpbcmbmeomcjbeemfm chrome-extension:\/\/oiimcpipjgnkggjnionbfmlleolhnlco; object-src 'self'"
}