Cogo Virtual Drive
CoGo Virtual Drive
Apa itu Cogo Virtual Drive?
Cogo Virtual Drive adalah ekstensi Chrome yang dikembangkan oleh Fortium Technologies, dan fitur utamanya adalah "CoGo Virtual Drive".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cogo Virtual Drive
Unduh file ekstensi Cogo Virtual Drive dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Cogo Virtual Drive |
ID | epdamcbbkljmnhgajeiplpfgppaldppf |
URL Resmi | https://chromewebstore.google.com/detail/cogo-virtual-drive/epdamcbbkljmnhgajeiplpfgppaldppf |
Deskripsi | CoGo Virtual Drive |
Ukuran File | 19.3 KB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2023-04-27 |
Tanggal Publikasi | 2023-04-26 |
Pengembang | Fortium Technologies |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://fortium.com/cogo/ |
URL Halaman Bantuan | https://fortium.com/help-support-2/ |
Bahasa yang Didukung | 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" ] } |