360 Degree Extension
Plays 360 Degree Videos
Was ist 360 Degree Extension?
360 Degree Extension ist eine Chrome-Erweiterung, die von hl entwickelt wurde, und ihr Hauptmerkmal ist "Plays 360 Degree Videos".
Erweiterungsscreenshots
360 Degree Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie 360 Degree Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | 360 Degree Extension |
ID | ciomikhpohnecdfdpiakhjbmfbmjpmkf |
Offizielle URL | https://chromewebstore.google.com/detail/360-degree-extension/ciomikhpohnecdfdpiakhjbmfbmjpmkf |
Beschreibung | Plays 360 Degree Videos |
Dateigröße | 819 KB |
Installationsanzahl | 4,979 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-08-31 |
Veröffentlichungsdatum | 2017-08-31 |
Bewertung | 3.36/5 Insgesamt 14 Bewertungen |
Entwickler | hl |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |