StartStop
Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.
Qu'est-ce que StartStop ?
StartStop est une extension Chrome développée par Volkswagen do Brasil, et sa fonction principale est "Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StartStop
Téléchargez les fichiers d'extension StartStop 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
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.
Informations de Base sur l'Extension
Nom | |
ID | hiabbmppbcfbiganjfnegakajjonofpl |
URL Officiel | https://chrome.google.com/webstore/detail/startstop/hiabbmppbcfbiganjfnegakajjonofpl |
Description | Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen. |
Taille du Fichier | 125 KB |
Nombre d'Installations | 144 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2013-07-03 |
Date de Publication | 2013-07-03 |
Évaluation | 2.28/5 Total 25 Évaluations |
Développeur | Volkswagen do Brasil |
Type de Paiement | free |
Site Web de l'Extension | http://www.vw.com.br/ |
Langues Prises en Charge | 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" ] } |