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?

Vimeo AutoPlay是由Wout Rikkerink开发的Chrome扩展程序,该扩展的主要功能是“Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.”。

扩展截图

screenshot

下载Vimeo AutoPlay扩展crx文件

下载Vimeo AutoPlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Vimeo AutoPlay Vimeo AutoPlay
ID nbnmlmfimedpoanpenhfjmcbplajakje
官方URL https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje
简介 Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.
文件大小 13.75 KB
安装次数 4,000
当前版本 1.0.1
更新时间 2014-01-27
上架时间 2014-01-27
评分 4.28/5 共18次评分
开发者 Wout Rikkerink
付费类型 free
支持的语言 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"
}