NativeVideoPlayer
Native Video Player
什麼是NativeVideoPlayer?
NativeVideoPlayer是由app開發的Chrome擴展程式,該擴展的主要功能是“Native Video Player”。
擴展截圖
下載NativeVideoPlayer擴展crx文件
下載NativeVideoPlayer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | NativeVideoPlayer |
ID | cmjijpmellgcnlaogimdoncdjidacklc |
官方網址 | https://chromewebstore.google.com/detail/nativevideoplayer/cmjijpmellgcnlaogimdoncdjidacklc |
簡介 | Native Video Player |
檔案大小 | 5.65 KB |
安裝次數 | 379 |
目前版本 | 1.0.5 |
更新時間 | 2021-04-15 |
上架時間 | 2019-09-03 |
開發者 | app |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |