NativeVideoPlayer
Native Video Player
Co to jest NativeVideoPlayer?
NativeVideoPlayer to rozszerzenie Chrome opracowane przez app, a jego główną funkcją jest „Native Video Player”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NativeVideoPlayer
Pobierz pliki rozszerzeń NativeVideoPlayer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | NativeVideoPlayer |
ID | cmjijpmellgcnlaogimdoncdjidacklc |
Oficjalny URL | https://chromewebstore.google.com/detail/nativevideoplayer/cmjijpmellgcnlaogimdoncdjidacklc |
Opis | Native Video Player |
Rozmiar pliku | 5.65 KB |
Liczba instalacji | 379 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2021-04-15 |
Data Publikacji | 2019-09-03 |
Deweloper | app |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |