StartStop

Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.

Cos'è StartStop?

StartStop è un'estensione di Chrome sviluppata da Volkswagen do Brasil, e la sua funzione principale è "Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione StartStop

Scarica i file di estensione StartStop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome StartStop StartStop
ID hiabbmppbcfbiganjfnegakajjonofpl
URL Ufficiale https://chrome.google.com/webstore/detail/startstop/hiabbmppbcfbiganjfnegakajjonofpl
Descrizione Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.
Dimensione del File 125 KB
Conteggio Installazioni 144
Versione Corrente 1.6
Ultimo Aggiornamento 2013-07-03
Data di Pubblicazione 2013-07-03
Valutazione 2.28/5 Totale 25 Valutazioni
Sviluppatore Volkswagen do Brasil
Tipo di Pagamento free
Sito Web dell'Estensione http://www.vw.com.br/
Lingue Supportate 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"
    ]
}