NativeVideoPlayer

Native Video Player

NativeVideoPlayer là gì?

NativeVideoPlayer là một tiện ích mở rộng Chrome được phát triển bởi app, và tính năng chính của nó là "Native Video Player".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NativeVideoPlayer

Tải xuống các tệp mở rộng NativeVideoPlayer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NativeVideoPlayer NativeVideoPlayer
ID cmjijpmellgcnlaogimdoncdjidacklc
URL Chính Thức https://chromewebstore.google.com/detail/nativevideoplayer/cmjijpmellgcnlaogimdoncdjidacklc
Mô tả Native Video Player
Kích Thước Tệp 5.65 KB
Số Lần Cài Đặt 379
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-04-15
Ngày Phát Hành 2019-09-03
Nhà Phát Triển app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}