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ファイルをダウンロード
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" ] } |