Tube2VR Extension
Watch any video from websites with your virtual reality headset.
Cos'è Tube2VR Extension?
Tube2VR Extension è un'estensione di Chrome sviluppata da http://tube2vr.com, e la sua funzione principale è "Watch any video from websites with your virtual reality headset.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tube2VR Extension
Scarica i file di estensione Tube2VR 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
Watch any video from websites with your virtual reality headset. Download our app Tube2VR Player to get a code and connect Chrome with your smartphone. Then play any video from your web browser and watch them with your virtual reality headset.
Informazioni di Base sull'Estensione
Nome | |
ID | imjggbgjgbclleaobplheemdiphmldkj |
URL Ufficiale | https://chrome.google.com/webstore/detail/tube2vr-extension/imjggbgjgbclleaobplheemdiphmldkj |
Descrizione | Watch any video from websites with your virtual reality headset. |
Dimensione del File | 59.03 KB |
Conteggio Installazioni | 346 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-08-04 |
Data di Pubblicazione | 2017-08-04 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | http://tube2vr.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tube2vr.com/extension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tube2VR Extension", "short_name": "Tube2VR", "description": "Watch any video from websites with your virtual reality headset.", "author": "Tube2VR", "version": "1.0", "icons": { "16": "icons\/logo_orange_16.png", "48": "icons\/logo_orange_48.png", "128": "icons\/logo_orange_128.png" }, "incognito": "split", "browser_action": { "default_icon": { "16": "icons\/logo_orange_16.png", "48": "icons\/logo_orange_48.png", "128": "icons\/logo_orange_128.png" }, "default_title": "Video Downloader professional" }, "background": { "page": "src\/background.html" }, "content_scripts": [ { "js": [ "src\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/tube2vr.com ; object-src 'self'", "permissions": [ "http:\/\/tube2vr.com\/", "webRequest", "webRequestBlocking", "tabs", "storage", "management", "chrome:\/\/favicon\/", "http:\/\/*\/*", "https:\/\/*\/*" ] } |