NativeVideoPlayer
Native Video Player
O que é NativeVideoPlayer?
NativeVideoPlayer é uma extensão do Chrome desenvolvida por app, e sua principal característica é "Native Video Player".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NativeVideoPlayer
Baixe arquivos de extensão NativeVideoPlayer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | NativeVideoPlayer |
ID | cmjijpmellgcnlaogimdoncdjidacklc |
URL Oficial | https://chromewebstore.google.com/detail/nativevideoplayer/cmjijpmellgcnlaogimdoncdjidacklc |
Descrição | Native Video Player |
Tamanho do Arquivo | 5.65 KB |
Contagem de Instalações | 379 |
Versão Atual | 1.0.5 |
Última Atualização | 2021-04-15 |
Data de Publicação | 2019-09-03 |
Desenvolvedor | app |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |