Cogo Virtual Drive

CoGo Virtual Drive

Cogo Virtual Drive là gì?

Cogo Virtual Drive là một tiện ích mở rộng Chrome được phát triển bởi Fortium Technologies, và tính năng chính của nó là "CoGo Virtual Drive".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cogo Virtual Drive

Tải xuống các tệp mở rộng Cogo Virtual Drive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cogo Virtual Drive Cogo Virtual Drive
ID epdamcbbkljmnhgajeiplpfgppaldppf
URL Chính Thức https://chromewebstore.google.com/detail/cogo-virtual-drive/epdamcbbkljmnhgajeiplpfgppaldppf
Mô tả CoGo Virtual Drive
Kích Thước Tệp 19.3 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-04-27
Ngày Phát Hành 2023-04-26
Nhà Phát Triển Fortium Technologies
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fortium.com/cogo/
URL Trang Trợ Giúp https://fortium.com/help-support-2/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}