360 Degree Extension
Plays 360 Degree Videos
O que é 360 Degree Extension?
360 Degree Extension é uma extensão do Chrome desenvolvida por hl, e sua principal característica é "Plays 360 Degree Videos".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 360 Degree Extension
Baixe arquivos de extensão 360 Degree Extension 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
I was (unsuccessfully) looking for a lightweight 360 Player that works on different operating systems (Linux, MacOS, MS Windows) to play my own collection of 360 Degree videos (from my action cam). Therefore I wrote this add-on which allows you to watch your local video file interactively within your Browser. How to use it: Click the 360 Toolbar addon button --> Select 360/panorama video --> Enjoy watching the video interactively with your cursor
Informações Básicas da Extensão
Nome | 360 Degree Extension |
ID | ciomikhpohnecdfdpiakhjbmfbmjpmkf |
URL Oficial | https://chromewebstore.google.com/detail/360-degree-extension/ciomikhpohnecdfdpiakhjbmfbmjpmkf |
Descrição | Plays 360 Degree Videos |
Tamanho do Arquivo | 819 KB |
Contagem de Instalações | 4,979 |
Versão Atual | 1.1 |
Última Atualização | 2017-08-31 |
Data de Publicação | 2017-08-31 |
Classificação | 3.36/5 Total de 14 Avaliações |
Desenvolvedor | hl |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "360 Degree Extension", "author": "regloh", "version": "1.1", "description": "Plays 360 Degree Videos", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.mozilla.org\/*" ], "js": [ "360DegreeExtension.js" ] } ], "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" } } |