NativeVideoPlayer

Native Video Player

Qu'est-ce que NativeVideoPlayer ?

NativeVideoPlayer est une extension Chrome développée par app, et sa fonction principale est "Native Video Player".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NativeVideoPlayer

Téléchargez les fichiers d'extension NativeVideoPlayer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NativeVideoPlayer NativeVideoPlayer
ID cmjijpmellgcnlaogimdoncdjidacklc
URL Officiel https://chromewebstore.google.com/detail/nativevideoplayer/cmjijpmellgcnlaogimdoncdjidacklc
Description Native Video Player
Taille du Fichier 5.65 KB
Nombre d'Installations 379
Version Actuelle 1.0.5
Dernière Mise à Jour 2021-04-15
Date de Publication 2019-09-03
Développeur app
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}