Cogo Virtual Drive

CoGo Virtual Drive

什麼是Cogo Virtual Drive?

Cogo Virtual Drive是由Fortium Technologies開發的Chrome擴展程式,該擴展的主要功能是“CoGo Virtual Drive”。

擴展截圖

screenshot

下載Cogo Virtual Drive擴展crx文件

下載Cogo Virtual Drive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}