360 Degree Extension
Plays 360 Degree Videos
Wat is 360 Degree Extension?
360 Degree Extension is een Chrome-extensie ontwikkeld door hl, en de belangrijkste functie is "Plays 360 Degree Videos".
Extensie Screenshots
Download het CRX-bestand van de extensie 360 Degree Extension
Download 360 Degree Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | 360 Degree Extension |
ID | ciomikhpohnecdfdpiakhjbmfbmjpmkf |
Officiële URL | https://chromewebstore.google.com/detail/360-degree-extension/ciomikhpohnecdfdpiakhjbmfbmjpmkf |
Beschrijving | Plays 360 Degree Videos |
Bestandsgrootte | 819 KB |
Aantal Installaties | 4,979 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-08-31 |
Publicatiedatum | 2017-08-31 |
Beoordeling | 3.36/5 Totaal 14 Beoordelingen |
Ontwikkelaar | hl |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |