Cogo Virtual Drive

CoGo Virtual Drive

Cogo Virtual Drive क्या है?

Cogo Virtual Drive Fortium Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CoGo Virtual Drive"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cogo Virtual Drive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}