Cogo Virtual Drive

CoGo Virtual Drive

Cogo Virtual Drive란 무엇입니까?

Cogo Virtual Drive은(는) Fortium Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CoGo Virtual Drive"입니다.

확장 프로그램 스크린샷

screenshot

Cogo Virtual Drive 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CoGo Virtual Drive is a virtual disc delivery system to allow remote preview of Blu-Ray and DVD discs.  The Chrome extension enables communication with the native host that is installed as part of the CoGo Virtual Drive software.  Disc images can be loaded into the CoGo DVD-ROM/BD-ROM virtual drive and previewed as if the disc is present on the local machine.                    

확장 프로그램 기본 정보

이름 Cogo Virtual Drive Cogo Virtual Drive
ID epdamcbbkljmnhgajeiplpfgppaldppf
공식 URL https://chromewebstore.google.com/detail/cogo-virtual-drive/epdamcbbkljmnhgajeiplpfgppaldppf
설명 CoGo Virtual Drive
파일 크기 19.3 KB
설치 횟수 62
현재 버전 2.0.0
최근 업데이트 2023-04-27
출시 날짜 2023-04-26
개발자 Fortium Technologies
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fortium.com/cogo/
도움말 페이지 URL https://fortium.com/help-support-2/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cogo Virtual Drive",
    "short_name": "CoGo",
    "version": "2.0.0",
    "manifest_version": 3,
    "description": "CoGo Virtual Drive",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon\/icon-128.png",
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "64": "icon\/icon-64.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon-16.png",
            "32": "icon\/icon-32.png"
        },
        "default_title": "CoGo Virtual Drive"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/127.0.0.1:*\/*",
            "*:\/\/*.disney.com\/*"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}