StartStop
Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.
StartStop란 무엇입니까?
StartStop은(는) Volkswagen do Brasil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen."입니다.
확장 프로그램 스크린샷
StartStop 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |