StartStop

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

StartStop là gì?

StartStop là một tiện ích mở rộng Chrome được phát triển bởi Volkswagen do Brasil, và tính năng chính của nó là "Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StartStop

Tải xuống các tệp mở rộng StartStop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StartStop StartStop
ID hiabbmppbcfbiganjfnegakajjonofpl
URL Chính Thức https://chrome.google.com/webstore/detail/startstop/hiabbmppbcfbiganjfnegakajjonofpl
Mô tả Volkswagen Start/Stop Technology for YouTube. The app that stops the video automatically when you're not looking at the screen.
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2013-07-03
Ngày Phát Hành 2013-07-03
Đánh Giá 2.28/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Volkswagen do Brasil
Loại Thanh Toán free
Trang Web Mở Rộng http://www.vw.com.br/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}