360 Degree Extension

Plays 360 Degree Videos

Cos'è 360 Degree Extension?

360 Degree Extension è un'estensione di Chrome sviluppata da hl, e la sua funzione principale è "Plays 360 Degree Videos".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 360 Degree Extension

Scarica i file di estensione 360 Degree Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome 360 Degree Extension 360 Degree Extension
ID ciomikhpohnecdfdpiakhjbmfbmjpmkf
URL Ufficiale https://chromewebstore.google.com/detail/360-degree-extension/ciomikhpohnecdfdpiakhjbmfbmjpmkf
Descrizione Plays 360 Degree Videos
Dimensione del File 819 KB
Conteggio Installazioni 4,979
Versione Corrente 1.1
Ultimo Aggiornamento 2017-08-31
Data di Pubblicazione 2017-08-31
Valutazione 3.36/5 Totale 14 Valutazioni
Sviluppatore hl
Tipo di Pagamento free
Lingue Supportate 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"
    }
}