Vimeo AutoPlay

Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.

Vimeo AutoPlay là gì?

Vimeo AutoPlay là một tiện ích mở rộng Chrome được phát triển bởi Wout Rikkerink, và tính năng chính của nó là "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.".

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

screenshot

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

Tải xuống các tệp mở rộng Vimeo AutoPlay 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

                        Vimeo AutoPlay is a super simple extension that will make videos on Vimeo automatically play when they are loaded. Videos only start playing when you actually select the tab with the video in it. You'll never have to worry about videos autoplaying in the background.

V1.0.1:
- Little performance improvement.
- Stop searching for a video if it's not on the page (like upload page etc).                    

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

Tên Vimeo AutoPlay Vimeo AutoPlay
ID nbnmlmfimedpoanpenhfjmcbplajakje
URL Chính Thức https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje
Mô tả Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.
Kích Thước Tệp 13.75 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-01-27
Ngày Phát Hành 2014-01-27
Đánh Giá 4.28/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Wout Rikkerink
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "author": "WORKengineering.com",
    "content_scripts": [
        {
            "js": [
                "inject.min.js"
            ],
            "matches": [
                "http:\/\/www.vimeo.com\/*",
                "http:\/\/vimeo.com\/*",
                "https:\/\/www.vimeo.com\/*",
                "https:\/\/vimeo.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Vimeo AutoPlay",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}