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.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 StartStop StartStop
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"
    ]
}