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
Eメール [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
}