NativeVideoPlayer

Native Video Player

Vad är NativeVideoPlayer?

NativeVideoPlayer är en Chrome-tillägg utvecklad av app, och dess huvudfunktion är "Native Video Player".

Tilläggsskärmbilder

screenshot

Ladda ner NativeVideoPlayer-förlängningens CRX-fil

Ladda ner NativeVideoPlayer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn NativeVideoPlayer NativeVideoPlayer
ID cmjijpmellgcnlaogimdoncdjidacklc
Officiell webbadress https://chromewebstore.google.com/detail/nativevideoplayer/cmjijpmellgcnlaogimdoncdjidacklc
Beskrivning Native Video Player
Filstorlek 5.65 KB
Antal Installationer 379
Aktuell Version 1.0.5
Senast Uppdaterad 2021-04-15
Publiceringsdatum 2019-09-03
Utvecklare app
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}