Tube2VR Extension
Watch any video from websites with your virtual reality headset.
O que é Tube2VR Extension?
Tube2VR Extension é uma extensão do Chrome desenvolvida por http://tube2vr.com, e sua principal característica é "Watch any video from websites with your virtual reality headset.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tube2VR Extension
Baixe arquivos de extensão Tube2VR Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | imjggbgjgbclleaobplheemdiphmldkj |
URL Oficial | https://chrome.google.com/webstore/detail/tube2vr-extension/imjggbgjgbclleaobplheemdiphmldkj |
Descrição | Watch any video from websites with your virtual reality headset. |
Tamanho do Arquivo | 59.03 KB |
Contagem de Instalações | 346 |
Versão Atual | 1.0 |
Última Atualização | 2017-08-04 |
Data de Publicação | 2017-08-04 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | http://tube2vr.com |
Tipo de Pagamento | free |
Site da Extensão | http://tube2vr.com/extension |
Idiomas Suportados | 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:\/\/*\/*" ] } |