StartStop
Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.
Τι είναι το StartStop;
Το StartStop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Volkswagen do Brasil, και η κύρια λειτουργία του είναι "Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης StartStop
Λήψη αρχείων επέκτασης StartStop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hiabbmppbcfbiganjfnegakajjonofpl |
Επίσημο URL | https://chrome.google.com/webstore/detail/startstop/hiabbmppbcfbiganjfnegakajjonofpl |
Περιγραφή | Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen. |
Μέγεθος Αρχείου | 125 KB |
Αριθμός Εγκαταστάσεων | 144 |
Τρέχουσα Έκδοση | 1.6 |
Τελευταία Ενημέρωση | 2013-07-03 |
Ημερομηνία Δημοσίευσης | 2013-07-03 |
Αξιολόγηση | 2.28/5 Συνολικά 25 Αξιολογήσεις |
Προγραμματιστής | Volkswagen do Brasil |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.vw.com.br/ |
Υποστηριζόμενες Γλώσσες | 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" ] } |