NativeVideoPlayer
Native Video Player
Apa itu NativeVideoPlayer?
NativeVideoPlayer adalah ekstensi Chrome yang dikembangkan oleh app, dan fitur utamanya adalah "Native Video Player".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NativeVideoPlayer
Unduh file ekstensi NativeVideoPlayer 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
Video/Camera Player for N3N Web This service is an extension service that conveys the necessary information for Native Video Player operating in N3N Web Platform. Passes essential elements to Video Player, such as whether or not the video will play, where and the size of the video will play. This service is used only when using the N3N Web Platform and does not collect information from any user.
Informasi Dasar Ekstensi
Nama | NativeVideoPlayer |
ID | cmjijpmellgcnlaogimdoncdjidacklc |
URL Resmi | https://chromewebstore.google.com/detail/nativevideoplayer/cmjijpmellgcnlaogimdoncdjidacklc |
Deskripsi | Native Video Player |
Ukuran File | 5.65 KB |
Jumlah Instalasi | 379 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2021-04-15 |
Tanggal Publikasi | 2019-09-03 |
Pengembang | app |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NativeVideoPlayer", "version": "1.0.5", "description": "Native Video Player", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging", "tabs", "*:\/\/*\/*" ], "manifest_version": 2 } |