NativeVideoPlayer

Native Video Player

Co je NativeVideoPlayer?

NativeVideoPlayer je rozšíření Chrome vyvinuté app, a jeho hlavní funkcí je „Native Video Player“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NativeVideoPlayer

Stáhněte si soubory rozšíření NativeVideoPlayer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NativeVideoPlayer NativeVideoPlayer
ID cmjijpmellgcnlaogimdoncdjidacklc
Oficiální URL https://chromewebstore.google.com/detail/nativevideoplayer/cmjijpmellgcnlaogimdoncdjidacklc
Popis Native Video Player
Velikost souboru 5.65 KB
Počet instalací 379
Aktuální Verze 1.0.5
Poslední Aktualizace 2021-04-15
Datum Vydání 2019-09-03
Vývojář app
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}