360 Degree Extension
Plays 360 Degree Videos
Qu'est-ce que 360 Degree Extension ?
360 Degree Extension est une extension Chrome développée par hl, et sa fonction principale est "Plays 360 Degree Videos".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 360 Degree Extension
Téléchargez les fichiers d'extension 360 Degree Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | 360 Degree Extension |
ID | ciomikhpohnecdfdpiakhjbmfbmjpmkf |
URL Officiel | https://chromewebstore.google.com/detail/360-degree-extension/ciomikhpohnecdfdpiakhjbmfbmjpmkf |
Description | Plays 360 Degree Videos |
Taille du Fichier | 819 KB |
Nombre d'Installations | 4,979 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-08-31 |
Date de Publication | 2017-08-31 |
Évaluation | 3.36/5 Total 14 Évaluations |
Développeur | hl |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |