StartStop
Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.
¿Qué es StartStop?
StartStop es una extensión de Chrome desarrollada por Volkswagen do Brasil, y su función principal es "Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión StartStop
Descarga archivos de extensión StartStop en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Start-Stop Technology is an innovative system from VW that turns off the car’s engine and only starts it back when the car is about to move again. And now, Volkswagen brought this technology to YouTube. All it takes is for you to move your eyes away from the video for it to automatically stop. And then it starts all over again when you look back at the screen. Start- Stop Volkswagen. Another innovation from Volkswagen to improve people’s lives, on and off the streets.
Información Básica de la Extensión
Nombre | |
ID | hiabbmppbcfbiganjfnegakajjonofpl |
URL Oficial | https://chrome.google.com/webstore/detail/startstop/hiabbmppbcfbiganjfnegakajjonofpl |
Descripción | Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen. |
Tamaño del Archivo | 125 KB |
Cantidad de Instalaciones | 144 |
Versión Actual | 1.6 |
Última Actualización | 2013-07-03 |
Fecha de Publicación | 2013-07-03 |
Calificación | 2.28/5 Total de 25 Calificaciones |
Desarrollador | Volkswagen do Brasil |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.vw.com.br/ |
Idiomas Soportados | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StartStop", "description": "__MSG_appDesc__", "version": "1.6", "default_locale": "en", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch?v=*" ], "js": [ "js\/jquery.js", "js\/ccv.js", "js\/face.js", "js\/tracker.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "http:\/\/www.youtube.com\/watch?v=*" ], "web_accessible_resources": [ "\/js\/ccv.js", "ccv.js" ] } |