NativeVideoPlayer

Native Video Player

什么是NativeVideoPlayer?

NativeVideoPlayer是由app开发的Chrome扩展程序,该扩展的主要功能是“Native Video Player”。

扩展截图

screenshot

下载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 NativeVideoPlayer
ID cmjijpmellgcnlaogimdoncdjidacklc
官方URL 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
}