Cogo Virtual Drive

CoGo Virtual Drive

Wat is Cogo Virtual Drive?

Cogo Virtual Drive is een Chrome-extensie ontwikkeld door Fortium Technologies, en de belangrijkste functie is "CoGo Virtual Drive".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cogo Virtual Drive

Download Cogo Virtual Drive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cogo Virtual Drive Cogo Virtual Drive
ID epdamcbbkljmnhgajeiplpfgppaldppf
Officiële URL https://chromewebstore.google.com/detail/cogo-virtual-drive/epdamcbbkljmnhgajeiplpfgppaldppf
Beschrijving CoGo Virtual Drive
Bestandsgrootte 19.3 KB
Aantal Installaties 62
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-04-27
Publicatiedatum 2023-04-26
Ontwikkelaar Fortium Technologies
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fortium.com/cogo/
Help Pagina-URL https://fortium.com/help-support-2/
Ondersteunde Talen 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"
    ]
}