NativeVideoPlayer

Native Video Player

Что такое NativeVideoPlayer?

NativeVideoPlayer - это расширение Chrome, разработанное app, и его основная функция - "Native Video Player".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения NativeVideoPlayer

Скачайте файлы расширений 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
}