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.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл 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.                    

Основная информация о расширении

Название 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"
    ]
}